Skip to content

Commit c2e9611

Browse files
committed
(chore) remove session authentication
1 parent 5346d08 commit c2e9611

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

db.sqlite3

0 Bytes
Binary file not shown.

project/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
'DEFAULT_AUTHENTICATION_CLASSES': (
3636
'rest_framework.authentication.BasicAuthentication',
3737
'rest_framework.authentication.TokenAuthentication',
38-
'rest_framework.authentication.SessionAuthentication'
3938
)
4039
}
4140

0 commit comments

Comments
 (0)