Skip to content

Commit a4c9c06

Browse files
authored
Update token_verifier.py
1 parent 036494e commit a4c9c06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

auth0/v3/authentication/token_verifier.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ def verify(self, token, nonce=None, max_age=None, organization=None):
245245

246246
# Verify claims
247247
self._verify_payload(payload, nonce, max_age, organization)
248+
249+
return True
248250

249251
def _verify_payload(self, payload, nonce=None, max_age=None, organization=None):
250252
try:

0 commit comments

Comments
 (0)