Files
MeridynPharma-Backend/config/conf/rest_framework.py
2025-11-21 19:17:04 +05:00

7 lines
260 B
Python

REST_FRAMEWORK = {
"DEFAULT_AUTHENTICATION_CLASSES": [
'rest_framework.authentication.SessionAuthentication',
'rest_framework.authentication.BasicAuthentication',
'rest_framework_simplejwt.authentication.JWTAuthentication',
],
}