Skip to content

Commit

Permalink
Update trailblazer/services/user_verification_service/user_verificati…
Browse files Browse the repository at this point in the history
…on_service.py

Co-authored-by: Vincent Janvid <69356202+Vince-janv@users.noreply.github.com>
  • Loading branch information
ChrOertlin and Vince-janv authored Jan 13, 2025
1 parent 53f4128 commit b118926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def verify_user(self, authorization_header: str) -> User:
token=jwt_token,
certs=google_certs,
verify=True,
audience=[self.oauth_client_id, "CG-TB-CLIENT"],
audience=[self.oauth_client_id, "trailblazer"],
)
except Exception as error:
raise UserTokenVerificationError(f"{error}") from error
Expand Down

0 comments on commit b118926

Please sign in to comment.