Skip to content

Commit

Permalink
Update packages/auth-providers/dbAuth/api/src/decoder.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Jan 18, 2024
1 parent 8750800 commit 3cdb37d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/auth-providers/dbAuth/api/src/decoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const createAuthDecoder = (cookieNameOption: string): Decoder => {
const session = dbAuthSession(req.event, cookieNameOption)

// We no longer compare the session id with the bearer token
// Because we only pass around the encrypted session (in both cookie and header)
return session
}
}
Expand Down

0 comments on commit 3cdb37d

Please sign in to comment.