Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno_nest/modules/jwt/deps.ts>Algorithm

Refer to nestjs to realize some common functions for Deno, support hono and oak
Latest
type alias Algorithm
import { type Algorithm } from "https://deno.land/x/deno_nest@v3.15.1/modules/jwt/deps.ts";
definition:
| "HS256"
| "HS384"
| "HS512"
| "PS256"
| "PS384"
| "PS512"
| "RS256"
| "RS384"
| "RS512"
| "ES256"
| "ES384"
| "none"