Skip to content

Commit

Permalink
fix: fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Jun 5, 2023
1 parent 7534575 commit 79053a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ where
.claims(user_claims)
.build()?;

// Include the user claims in the id token.
id_token.standard_claims = user_claims;

let jwt = self.subject.encode(id_token).await?;

let mut builder = Response::builder()
Expand Down

0 comments on commit 79053a2

Please sign in to comment.