Integrates the Auth0 Angular SDK into your SPA with route guards and HTTP interceptors for token management. Works with Angular 13+ in both standalone and NgModule configurations. The skill walks through environment setup, auth module configuration, and building login/logout UI with observables. Honestly, Auth0's SDK does most of the heavy lifting here. The main value is avoiding common mistakes like forgetting redirect URIs in the dashboard or manually storing tokens when you shouldn't. If you need to protect routes or attach tokens to API calls automatically, the integration guide covers both the interceptor approach and manual token retrieval with getAccessTokenSilently.
npx skills add https://github.com/auth0/agent-skills --skill auth0-angular