Skip to content

Commit d6ef948

Browse files
committed
Merge branch 'master' into release/0.17
2 parents ce81db2 + 1443b31 commit d6ef948

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tokenserver-auth/src/oauth/verify.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ def verify_token(self, token):
1616
# Serialize the data to make it easier to parse in Rust
1717
return json.dumps(token_data)
1818
except (ClientError, TrustError):
19-
return None
19+
# XXX: debugging
20+
#return None
21+
raise

0 commit comments

Comments
 (0)