Socket
Socket
Sign inDemoInstall

angular-auth-oidc-client

Package Overview
Dependencies
Maintainers
2
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-auth-oidc-client - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "angular-auth-oidc-client",
"version": "0.0.2",
"version": "0.0.3",
"description": "Build an Angular library compatible with AoT compilation and Tree shaking",

@@ -5,0 +5,0 @@ "main": "./bundles/angular-auth-oidc-client.umd.js",

@@ -13,6 +13,7 @@ # angular-auth-oidc-client

```javascipt
"angular-auth-oidc-client": "0.0.2"
"angular-auth-oidc-client": "0.0.3"
```
Import the module and services in your module.
Import the module and services in your module. Set the AuthConfiguration properties to match the server configuration. At present only the id_token token flow is supported.
```javascipt

@@ -115,7 +116,11 @@ import { NgModule } from '@angular/core';

Exmample using: https://github.com/damienbod/AspNet5IdentityServerAngularImplicitFlow/tree/npm-lib-test/src/AngularClient
## Example using:
Notes: This npm package was created using the https://github.com/robisim74/angular-library-starter from Roberto Simonetti.
https://github.com/damienbod/AspNet5IdentityServerAngularImplicitFlow/tree/npm-lib-test/src/AngularClient
## Notes:
This npm package was created using the https://github.com/robisim74/angular-library-starter from Roberto Simonetti.
## License
MIT
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc