release: WRNexusJS 0.8.0
This commit is contained in:
@@ -231,3 +231,23 @@ function unauthorized(): Response {
|
||||
}
|
||||
export { decodeJwt, createJwtKeyring, signWithKeyring, verifyWithKeyring } from "./keyring.ts";
|
||||
export type { JwtKey, JwtKeyring } from "./keyring.ts";
|
||||
export {
|
||||
extractBearerToken,
|
||||
tryVerifyJwt,
|
||||
assertJwtClaims,
|
||||
tokenScopes,
|
||||
hasScopes,
|
||||
requireScopes,
|
||||
createAccessToken,
|
||||
createRefreshToken,
|
||||
verifyAccessToken,
|
||||
verifyRefreshToken,
|
||||
readJwtCookie,
|
||||
jwtCookie,
|
||||
clearJwtCookie,
|
||||
createTokenPair,
|
||||
jwtResponse,
|
||||
} from "./helpers.ts";
|
||||
export type { AccessTokenClaims, RefreshTokenClaims, JwtTokenPair } from "./helpers.ts";
|
||||
export { createRemoteJwks, verifyJwtWithJwks } from "./jwks.ts";
|
||||
export type { RemoteJwks, RemoteJwksOptions } from "./jwks.ts";
|
||||
|
||||
Reference in New Issue
Block a user