Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
DEFAULT_AUTHENTICATION_CLASSES
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-fvh committed Jun 23, 2020
1 parent 1009c6d commit cdc3b68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions django_server/tally_counter/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@

REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': [
'rest_framework.authentication.TokenAuthentication',
'rest_framework.authentication.SessionAuthentication',
'rest_framework.authentication.TokenAuthentication'
]
}

Expand Down

0 comments on commit cdc3b68

Please sign in to comment.