UNPKG

@devlearning/jwt-auth

Version:

Jwt Angular Authentication manager with automatic Refresh Token management.

43 lines 1.04 kB
{ "name": "@devlearning/jwt-auth", "version": "20.3.9", "peerDependencies": { "@angular/common": ">=17.0.0 <21.0.0", "@angular/core": ">=17.0.0 <21.0.0", "rxjs": "^7.5.0", "@devlearning/mutex-fast-lock": ">=17.0.0 <21.0.0" }, "dependencies": { "tslib": "^2.6.2" }, "description": "Jwt Angular Authentication manager with automatic Refresh Token management.", "author": "Luca Evaroni", "license": "MIT", "bugs": { "url": "https://github.com/DeVLearninGRepo/jwt-auth/issues" }, "homepage": "https://github.com/DeVLearninGRepo/jwt-auth", "keywords": [ "Angular", "JWT", "Token", "Authentication", "Authorization", "RefreshToken", "Bearer", "oAuth", "DeVLearninG" ], "module": "fesm2022/devlearning-jwt-auth.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/devlearning-jwt-auth.mjs" } }, "sideEffects": false }