Skip to content

Angular Authentication Blog Post #417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

msaldivar
Copy link
Contributor

@msaldivar msaldivar commented May 19, 2025

Related Issue

Link to the Github Issue created for this blog post

Link to Google Doc

Doc Link

Checklist

  • Has cover image been added
  • Have all content images been added. Do they render correctly? (aspect ratio etc)
  • The code inside code blocks gives no errors
  • Check for SEO keyword?
  • Added call to action to link to supertokens and to link to other blogs.
  • Add reference to how SuperTokens solves this blog's problem (if relevant).

Remaining TODOs

  • ...

Copy link

netlify bot commented May 19, 2025

Deploy Preview for gracious-clarke-e6b312 failed.

Name Link
🔨 Latest commit 31af708
🔍 Latest deploy log https://app.netlify.com/projects/gracious-clarke-e6b312/deploys/68475b88f995370008b7ead4

Copy link
Collaborator

@jscyo jscyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content looks good, left some minor changes, could you host the demo application somewhere or upload the code to a GitHub repo

author: "Maurice Saldivar"
---

# Angular Authentication – A Complete Guide for Secure Web Apps
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be removed ****

Suggested change
# Angular Authentication – A Complete Guide for Secure Web Apps


The separation of concerns allows Angular applications to integrate with virtually any authentication system while maintaining a clean architecture focused on delivering the core user experience.

## Authentication vs Authorization in Angular
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link to the authentication vs authorization post for readers who want to know more

## How SuperTokens Simplifies Angular Authentication
After implementing JWT authentication from scratch, you've seen firsthand the complexities involved: token storage decisions, interceptor setup, session management, and this is before even considering long-term support. While building it yourself provides valuable learning, production applications often benefit from specialized authentication libraries. This is where SuperTokens shines:

### 1. Passwordless or Password-Based Authentication
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hierarchy of headings is strange here, everything is h3 after this?

@msaldivar
Copy link
Contributor Author

The content looks good, left some minor changes, could you host the demo application somewhere or upload the code to a GitHub repo

Uploaded the code to a repo and put a note in the blog with a link

@msaldivar msaldivar requested a review from jscyo May 31, 2025 17:13
Copy link
Collaborator

@jscyo jscyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, this is missing the card_cover image, the smaller version of the cover image

@msaldivar
Copy link
Contributor Author

Hey, this is missing the card_cover image, the smaller version of the cover image

Good catch and added!

@msaldivar msaldivar requested a review from jscyo June 9, 2025 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants