Skip to content

Commit

Permalink
Add settings for default athentication classes
Browse files Browse the repository at this point in the history
  • Loading branch information
wondrousWebWorks committed Jan 16, 2024
1 parent 7688ee9 commit 9195247
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2597,6 +2597,10 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
'service_user': '800/minute',
'registration_validation': '30/minute',
},
'DEFAULT_AUTHENTICATION_CLASSES': (
'edx_rest_framework_extensions.auth.jwt.authentication.JwtAuthentication',
'rest_framework.authentication.SessionAuthentication',
),
}

SWAGGER_SETTINGS = {
Expand Down

0 comments on commit 9195247

Please sign in to comment.