mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-10 19:26:35 +03:00
Fixed authentication backend settings for demo
This commit is contained in:
parent
72a3ee95ae
commit
b66563d703
|
@ -108,7 +108,6 @@ ACCOUNT_EMAIL_VERIFICATION = 'mandatory'
|
|||
|
||||
REST_FRAMEWORK = {
|
||||
'DEFAULT_AUTHENTICATION_CLASSES': (
|
||||
'rest_framework.authentication.BasicAuthentication',
|
||||
'rest_framework.authentication.SessionAuthentication',
|
||||
'rest_framework.authentication.TokenAuthentication',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user