mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-14 17:45:46 +00:00
logout api and sonar
This commit is contained in:
@ -154,6 +154,10 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||
},
|
||||
]
|
||||
|
||||
JWT_AUTH = {
|
||||
# Other JWT authentication settings
|
||||
'JWT_AUTHENTICATION': 'your_app.authentication.CustomJWTAuthentication',
|
||||
}
|
||||
|
||||
# Internationalization
|
||||
# https://docs.djangoproject.com/en/3.0/topics/i18n/
|
||||
@ -167,7 +171,6 @@ USE_I18N = True
|
||||
USE_L10N = True
|
||||
|
||||
USE_TZ = True
|
||||
|
||||
# cors header settings
|
||||
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
||||
|
||||
|
Reference in New Issue
Block a user