Provides authentication services, guards, and interceptors for Angular applications. It supports token-based authentication and provides features such as sign-out functionality and routing based on authentication status. This package also includes utilities for disabling authentication in certain environments and managing access tokens.
Add the package to your workspace:
yarn add @rxap/authentication
Install peer dependencies:
yarn add @angular/common @angular/core @angular/router @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/authentication:init
Initialize the package in the workspace
nx g @rxap/authentication:init