Skip to content

Commit

Permalink
update jsrsasign, remove yahoo
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jul 19, 2021
1 parent f36c50d commit 2c7b0d6
Show file tree
Hide file tree
Showing 35 changed files with 2,331 additions and 3,643 deletions.
6 changes: 4 additions & 2 deletions dist/oidc-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export interface OidcClientSettings {
metadata?: Partial<OidcMetadata>;
/** Provide signingKeys when authority server does not allow CORS on the jwks uri */
signingKeys?: any[];
/** Can be used to seed or add additional values to the results of the discovery request */
metadataSeed?: Partial<OidcMetadata>;
/** Your client application's identifier as registered with the OIDC/OAuth2 */
client_id?: string;
client_secret?: string;
Expand Down Expand Up @@ -252,11 +254,11 @@ export interface UserManagerEvents extends AccessTokenEvents {
addSilentRenewError(callback: UserManagerEvents.SilentRenewErrorCallback): void;
removeSilentRenewError(callback: UserManagerEvents.SilentRenewErrorCallback): void;

/** Subscribe to events raised when the user's signed-in */
/** When `monitorSession` subscribe to events raised when the user's signed-in */
addUserSignedIn(callback: UserManagerEvents.UserSignedInCallback): void;
removeUserSignedIn(callback: UserManagerEvents.UserSignedInCallback): void;

/** Subscribe to events raised when the user's sign-in status at the OP has changed */
/** When `monitorSession` subscribe to events raised when the user's sign-in status at the OP has changed */
addUserSignedOut(callback: UserManagerEvents.UserSignedOutCallback): void;
removeUserSignedOut(callback: UserManagerEvents.UserSignedOutCallback): void;

Expand Down
922 changes: 455 additions & 467 deletions dist/oidc-client.js

Large diffs are not rendered by default.

34 changes: 9 additions & 25 deletions dist/oidc-client.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2c7b0d6

Please sign in to comment.