Socket
Socket
Sign inDemoInstall

angular-auth-oidc-client

Package Overview
Dependencies
9
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.1.4 to 14.1.5

9

lib/oidc.security.service.d.ts

@@ -167,2 +167,11 @@ import { Observable } from 'rxjs';

/**
* Returns the payload from the access token.
*
* @param encode Set to true if the payload is base64 encoded
* @param configId The configId to check the information for. If not passed, the first configs will be taken
*
* @returns The payload from the access token.
*/
getPayloadFromAccessToken(encode?: boolean, configId?: string): Observable<any>;
/**
* Sets a custom state for the authorize request.

@@ -169,0 +178,0 @@ *

2

package.json

@@ -39,3 +39,3 @@ {

"license": "MIT",
"version": "14.1.4",
"version": "14.1.5",
"description": "Angular Lib for OpenID Connect & OAuth2",

@@ -42,0 +42,0 @@ "schematics": "./schematics/collection.json",

@@ -6,3 +6,3 @@ # Angular Lib for OpenID Connect & OAuth2

<p align="center">
<a href="https://nice-hill-002425310.azurestaticapps.net/"><img src="https://raw.githubusercontent.com/damienbod/angular-auth-oidc-client/main/.github/angular-auth-logo.png" alt="" width="350" /></a>
<a href="https://angular-auth-oidc-client.com/"><img src="https://raw.githubusercontent.com/damienbod/angular-auth-oidc-client/main/.github/angular-auth-logo.png" alt="" width="350" /></a>
</p>

@@ -69,11 +69,11 @@

[Read the docs here](https://nice-hill-002425310.azurestaticapps.net/)
[Read the docs here](https://angular-auth-oidc-client.com/)
## Samples
[Explore the Samples here](https://nice-hill-002425310.azurestaticapps.net/docs/samples/samples)
[Explore the Samples here](https://angular-auth-oidc-client.com/docs/samples/samples)
## Quickstart
For the example of the Code Flow. For further examples please check the [Samples](https://nice-hill-002425310.azurestaticapps.net/docs/samples/samples) Section.
For the example of the Code Flow. For further examples please check the [Samples](https://angular-auth-oidc-client.com/docs/samples/samples) Section.

@@ -80,0 +80,0 @@ > If you have done the installation with the schematics, these modules and files should be available already!

@@ -8,3 +8,3 @@ "use strict";

name: 'angular-auth-oidc-client',
version: '14.1.4',
version: '14.1.5',
},

@@ -11,0 +11,0 @@ ];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc