@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
85 lines (84 loc) • 2.37 kB
JSON
{
"version": "19.0.4",
"name": "@rxap/authentication",
"description": "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.\n",
"license": "GPL-3.0-or-later",
"dependencies": {
"@nx/devkit": "20.5.0",
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "^19.2.1",
"@angular/core": "^19.2.1",
"@angular/router": "^19.2.1",
"@rxap/utilities": "^16.4.4-dev.0",
"rxjs": "^7.8.1"
},
"author": {
"name": "Merzough Münker",
"email": "mmuenker@digitaix.com"
},
"bugs": {
"url": "https://gitlab.com/rxap/packages/-/issues",
"email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
},
"generators": "./generators.json",
"homepage": "https:/gitlab.com/rxap/packages/packages/angular/authentication",
"keywords": [
"angular",
"angular-authentication",
"authentication",
"ngx",
"packages",
"rxap",
"scope:utilities"
],
"nx-migrations": {
"packageGroup": [
{
"package": "@angular/common",
"version": "19.2.1"
},
{
"package": "@angular/core",
"version": "19.2.1"
},
{
"package": "@angular/platform-browser",
"version": "19.2.1"
},
{
"package": "@angular/router",
"version": "19.2.1"
},
{
"package": "@rxap/utilities",
"version": "16.4.4-dev.0"
}
]
},
"publishConfig": {
"access": "public",
"directory": "../../../dist/packages/angular/authentication"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/rxap/packages.git",
"directory": "packages/angular/authentication"
},
"schematics": "./generators.json",
"sideEffects": false,
"gitHead": "3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa",
"module": "fesm2022/rxap-authentication.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/rxap-authentication.mjs"
},
"./theme": "./theme.css"
}
}