Skip to content

Commit

Permalink
Merge branch 'master' into release/0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Sep 6, 2024
2 parents ce81db2 + 1443b31 commit d6ef948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tokenserver-auth/src/oauth/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ def verify_token(self, token):
# Serialize the data to make it easier to parse in Rust
return json.dumps(token_data)
except (ClientError, TrustError):
return None
# XXX: debugging
#return None
raise

0 comments on commit d6ef948

Please sign in to comment.