@rxap/authentication
TypeScript icon, indicating that this package has built-in type declarations

19.0.3 • Public • Published

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

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

Generators

init

Initialize the package in the workspace

nx g @rxap/authentication:init

Package Sidebar

Install

npm i @rxap/authentication

Weekly Downloads

34

Version

19.0.3

License

GPL-3.0-or-later

Unpacked Size

4.06 MB

Total Files

185

Last publish

Collaborators

  • badry.muenker
  • mmuenker