Add user printing
This commit is contained in:
@@ -17,7 +17,7 @@ class UuidAuthentication(BaseAuthentication):
|
|||||||
|
|
||||||
payload = header
|
payload = header
|
||||||
user = self.authenticate_credentials(payload)
|
user = self.authenticate_credentials(payload)
|
||||||
|
print(user)
|
||||||
return user, payload
|
return user, payload
|
||||||
|
|
||||||
def authenticate_credentials(self, payload):
|
def authenticate_credentials(self, payload):
|
||||||
|
|||||||
Reference in New Issue
Block a user