We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff95cc7 + d6689d6 commit 0bb2cb4Copy full SHA for 0bb2cb4
examples/v7-ef-jwt-validation/edge-functions/validate.js
@@ -8,7 +8,7 @@ const fromBase64 = (str) => Buffer.from(str, 'base64').toString()
8
export async function handleHttpRequest(request, context) {
9
Object.assign(process.env, context.environmentVars)
10
11
- // Extract the toke and any other objects from the request.
+ // Extract the token and any other objects from the request.
12
const { token, ...other } = await request.json()
13
14
// Split out the header and payload from the cleartext token and determine the right algorithm to use.
0 commit comments