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 8265127 commit 1b0ef21Copy full SHA for 1b0ef21
components/server/src/auth/jwt.ts
@@ -45,7 +45,7 @@ export class AuthJWT {
45
const keyID = decodedWithoutVerification.header.kid;
46
47
if (!keyID) {
48
- throw new Error("JWT token does not contain kid (key id) property.");
+ throw new Error("JWT token does not contain kid (key id) propertyaaaaaaa.");
49
}
50
51
if (!publicKeysByID[keyID]) {
0 commit comments