Skip to content

Commit

Permalink
feat: trigger redeploy (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
meelrossi committed Jun 25, 2024
1 parent 8372435 commit cb78963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/middleware/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export async function decodeAuthChain(req: Request): Promise<string> {
expiration: 1000 * 60 * 30, // 30 minutes
}
)

if (
data.authMetadata &&
typeof data.authMetadata === 'object' &&
Expand Down

0 comments on commit cb78963

Please sign in to comment.