Skip to content

Commit

Permalink
fix: store raw token in context (#1829)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez <[email protected]>
  • Loading branch information
migmartri authored Feb 18, 2025
1 parent 319b2a5 commit 8e7f5d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ func WithJWTMulti(l log.Logger, opts ...JWTOption) middleware.Middleware {
ctx = newJWTAuthContext(ctx, JWTAuthContext{
Claims: claims,
ProviderKey: FederatedProviderKey,
Token: jwtToken,
})

return handler(ctx, req)
Expand Down

0 comments on commit 8e7f5d5

Please sign in to comment.