-
Notifications
You must be signed in to change notification settings - Fork 14
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for gracious-clarke-e6b312 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 ****
# 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
Related Issue
Link to the Github Issue created for this blog post
Link to Google Doc
Doc Link
Checklist
Remaining TODOs