UNPKG

@ibenvandeveire/ngx-authentication

Version:

A library of core authentication functionality used with @ibenvandeveire/types-auth.

54 lines 1.33 kB
{ "name": "@ibenvandeveire/ngx-authentication", "version": "20.0.0", "description": "A library of core authentication functionality used with @ibenvandeveire/types-auth.", "keywords": [ "angular", "authentication", "auth", "feature", "feature flag", "a-b-testing", "permission", "permissions", "guard", "interceptor", "directive", "user", "session" ], "homepage": "https://github.com/IbenTesara/opensource", "author": { "name": "Iben Van de Veire", "url": "https://github.com/IbenTesara/opensource" }, "repository": { "type": "git", "url": "https://github.com/IbenTesara/opensource", "directory": "libs/angular/authentication/src" }, "license": "MIT", "peerDependencies": { "@angular/core": "20.1.2", "rxjs": "~7.8.0", "@angular/common": "20.1.2", "obj-clean": "3.0.1", "@angular/router": "20.1.2", "@ibenvandeveire/types-authentication": "^1.0.0" }, "sideEffects": false, "module": "fesm2022/ibenvandeveire-ngx-authentication.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ibenvandeveire-ngx-authentication.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }