Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from rest_framework.authentication import TokenAuthentication as BaseTokenAuth
|
||||
|
||||
|
||||
class TokenAuthentication(BaseTokenAuth):
|
||||
keyword = "Token"
|
||||
Reference in New Issue
Block a user