release: WRNexusJS 0.8.0
This commit is contained in:
@@ -246,6 +246,14 @@ export {
|
||||
createOAuthState,
|
||||
refreshOAuthTokens,
|
||||
discoverOidc,
|
||||
validateOidcClaims,
|
||||
verifyOidcIdToken,
|
||||
validateOAuthReturnTo,
|
||||
} from "./advanced.ts";
|
||||
export type { OAuthStateRecord, OAuthStateStore, OidcDiscovery } from "./advanced.ts";
|
||||
export type {
|
||||
OAuthStateRecord,
|
||||
OAuthStateStore,
|
||||
OidcDiscovery,
|
||||
OidcIdTokenClaims,
|
||||
VerifyOidcIdTokenOptions,
|
||||
} from "./advanced.ts";
|
||||
|
||||
Reference in New Issue
Block a user