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