summary refs log tree commit diff
path: root/src/Constants.ts
blob: 808d234b54fba772447125b08314c8c094acc561 (plain) (blame)
1
2
3
import { VerifyOptions } from "jsonwebtoken";

export const JWTOptions: VerifyOptions = { algorithms: ["HS256"] };