profile and other stuff
This commit is contained in:
@@ -41,7 +41,6 @@ def verify_token(token):
|
||||
return False
|
||||
app.logger.info(decoded)
|
||||
return True
|
||||
|
||||
|
||||
basic_auth = HTTPBasicAuth()
|
||||
multi_auth = MultiAuth(basic_auth, jwt_auth)
|
||||
|
||||
Reference in New Issue
Block a user