Setup & Installation
What This Skill Does
Adds authentication to Angular apps using the @auth0/auth0-angular SDK. Handles login/logout flows, route guards, HTTP interceptors for attaching tokens, and user profile access through observables. Wiring up OAuth redirect flows, token storage, and route protection by hand in Angular is tedious and easy to get wrong. This skill sets up the full Auth0 SDK integration with guards and interceptors in a few steps.
When to use it
- Working with auth0 angular functionality
- Implementing auth0 angular features
- Debugging auth0 angular related issues
