release: WRNexusJS 0.8.0
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-02 23:18:51 +05:30
parent 87507edf59
commit 586a6db8ff
625 changed files with 243608 additions and 11210 deletions
+20
View File
@@ -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";