Skip to content

Commit

Permalink
Merge pull request #86 from Women-in-Computing-at-RIT/24fixes
Browse files Browse the repository at this point in the history
24fixes
  • Loading branch information
alevie75 committed Jan 20, 2024
2 parents 6629fc0 + 532a20b commit a433fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/utils/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def authenticate(headers):
unverified_header = None
try:
unverified_header = jwt.get_unverified_header(token)
print("UNVERIFIED HEADER")
print(unverified_header)
except JWTError:
raise AuthError({"code": "invalid_header",
"description":
Expand Down

0 comments on commit a433fa8

Please sign in to comment.