mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-02-22 17:12:00 +00:00
6 lines
145 B
Python
6 lines
145 B
Python
from rest_framework.authentication import TokenAuthentication as BaseTokenAuth
|
|
|
|
|
|
class TokenAuthentication(BaseTokenAuth):
|
|
keyword = "Token"
|