UNPKG

angular-oauth2-oidc

Version:

Support for OAuth 2 and OpenId Connect (OIDC) in Angular. Already prepared for the upcoming OAuth 2.1.

30 lines 712 B
{ "name": "angular-oauth2-oidc", "license": "MIT", "author": { "name": "Manfred Steyer" }, "version": "17.0.2", "repository": "manfredsteyer/angular-oauth2-oidc", "peerDependencies": { "@angular/common": ">=14.0.0", "@angular/core": ">=14.0.0" }, "dependencies": { "tslib": "^2.5.2" }, "module": "fesm2022/angular-oauth2-oidc.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/angular-oauth2-oidc.mjs", "esm": "./esm2022/angular-oauth2-oidc.mjs", "default": "./fesm2022/angular-oauth2-oidc.mjs" } }, "sideEffects": false }