Skip to content

Commit

Permalink
fix: workaround for edx-drf-extensions update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Aug 18, 2023
1 parent 99acc65 commit f9658f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
'django.contrib.auth.backends.ModelBackend',
]

JWT_AUTH = {
'JWT_AUTH_COOKIE': 'edx-jwt-cookie'
}

# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.6/howto/static-files/

Expand Down

0 comments on commit f9658f8

Please sign in to comment.