Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit 2c7b0d6

Browse files
committed
update jsrsasign, remove yahoo
1 parent f36c50d commit 2c7b0d6

35 files changed

+2331
-3643
lines changed

dist/oidc-client.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ export interface OidcClientSettings {
131131
metadata?: Partial<OidcMetadata>;
132132
/** Provide signingKeys when authority server does not allow CORS on the jwks uri */
133133
signingKeys?: any[];
134+
/** Can be used to seed or add additional values to the results of the discovery request */
135+
metadataSeed?: Partial<OidcMetadata>;
134136
/** Your client application's identifier as registered with the OIDC/OAuth2 */
135137
client_id?: string;
136138
client_secret?: string;
@@ -252,11 +254,11 @@ export interface UserManagerEvents extends AccessTokenEvents {
252254
addSilentRenewError(callback: UserManagerEvents.SilentRenewErrorCallback): void;
253255
removeSilentRenewError(callback: UserManagerEvents.SilentRenewErrorCallback): void;
254256

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

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

dist/oidc-client.js

Lines changed: 455 additions & 467 deletions
Large diffs are not rendered by default.

dist/oidc-client.min.js

Lines changed: 9 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)