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:
Example :yarn add @rxap/authenticationInstall peer dependencies:
Example :yarn add @angular/common @angular/core @angular/router @rxap/utilities rxjs Execute the init generator:
Example :yarn nx g @rxap/authentication:initExample :Initialize the package in the workspace
nx g @rxap/authentication:init