Token validation

This commit is contained in:
Manuel Hude 2021-03-20 16:23:22 +01:00
parent d541b80cf2
commit 37897ef255

View File

@ -31,8 +31,6 @@ class LoginClass:
jwt = bearer.split()[1]
print(jwt)
try:
PyJwtValidator(jwt)
except PyJwtException as e: