We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6b702 commit c02c84bCopy full SHA for c02c84b
packages/backend/src/tokens/jwt/verifyJwt.ts
@@ -86,7 +86,6 @@ export type VerifyJwtOptions = {
86
key: JsonWebKey | string;
87
};
88
89
-// TODO: Revise the return types. Maybe it's better to throw an error instead of return an object with a reason
90
export async function verifyJwt(
91
token: string,
92
{ audience, authorizedParties, clockSkewInMs, issuer, key }: VerifyJwtOptions,
0 commit comments