We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd2784 commit 7e731f8Copy full SHA for 7e731f8
apps/mold-inventory-api/worker/middleware/jwt.ts
@@ -12,8 +12,8 @@ const setupJWT = createMiddleware(async (c, next) => {
12
alg: ['RS256'],
13
verification: {
14
iss: `https://${c.env.AUTH0_DOMAIN}/`,
15
- aud: 'https://mold-inventory-api-production.epicpatka.workers.dev/api'
16
- }
+ aud: 'https://mold-inventory-api-production.epicpatka.workers.dev/api',
+ },
17
})
18
return middleware(c, next)
19
0 commit comments