@rxap/authentication
Version:
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 utiliti
40 lines (31 loc) • 1.55 kB
Markdown
**@rxap/authentication v19.0.4**
***
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.
[](https://www.npmjs.com/package/@rxap/authentication)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



- [Installation](#installation)
- [Generators](#generators)
- [init](#init)
# Installation
**Add the package to your workspace:**
```bash
yarn add @rxap/authentication
```
**Install peer dependencies:**
```bash
yarn add @angular/common @angular/core @angular/router @rxap/utilities rxjs
```
**Execute the init generator:**
```bash
yarn nx g @rxap/authentication:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/authentication:init
```