UNPKG

angular-auth-oidc-client

Version:

An OpenID Connect Code Flow with PKCE,Implicit Flow client for Angular

43 lines (42 loc) 1.27 kB
{ "name": "angular-auth-oidc-client", "peerDependencies": { "rxjs": ">= 6.0.0", "@angular/core": ">= 6.0.0", "@angular/common": ">= 6.0.0", "@angular/router": ">= 6.0.0" }, "dependencies": { "tslib": "^1.9.0", "jsrsasign": "8.0.12" }, "repository": { "type": "git", "url": "https://github.com/damienbod/angular-auth-oidc-client.git" }, "bugs": { "url": "https://github.com/damienbod/angular-auth-oidc-client/issues" }, "homepage": "https://github.com/damienbod/angular-auth-oidc-client", "keywords": [ "angular", "oidc", "oauth2", "openid", "security", "typescript" ], "license": "MIT", "version": "10.0.3", "description": "An OpenID Connect Code Flow with PKCE,Implicit Flow client for Angular", "main": "bundles/angular-auth-oidc-client.umd.js", "module": "fesm5/angular-auth-oidc-client.js", "es2015": "fesm2015/angular-auth-oidc-client.js", "esm5": "esm5/angular-auth-oidc-client.js", "esm2015": "esm2015/angular-auth-oidc-client.js", "fesm5": "fesm5/angular-auth-oidc-client.js", "fesm2015": "fesm2015/angular-auth-oidc-client.js", "typings": "angular-auth-oidc-client.d.ts", "metadata": "angular-auth-oidc-client.metadata.json", "sideEffects": false }