Angular Denver '19: Demystifying Token Authentication in NgRx
Angular Denver 2019 | Demystifying Token Authentication in NgRx | Sam Julien
What you'll learn
You have a new Angular application and you're thrilled to be managing your state with NgRx. You have your store, reducers, and actions set up, but your boss asks, “How do I log in?” You stare blankly, realizing that you've never thought about that. Isn't it the same as in a regular Angular application? How does real authentication using tokens in NgRx work? In this session, Sam Julien teaches you the how and why of token-based authentication in NgRx. You'll also learn about managing app-wide authentication state through the store, dispatching actions through effects, and keeping your application safe using authentication best practices.