Skip to content
Snippets Groups Projects
Commit 818bcc50 authored by Douglas Hall's avatar Douglas Hall
Browse files

Add JWT_AUTH_COOKIE setting to enable JwtAuthentication on DRF API endpoints.

parent 073df570
No related branches found
No related tags found
No related merge requests found
......@@ -3178,6 +3178,8 @@ JWT_AUTH = {
'JWT_EXPIRATION': 30,
'JWT_IN_COOKIE_EXPIRATION': 60 * 60,
'JWT_AUTH_COOKIE': 'edx-jwt-cookie',
'JWT_LOGIN_CLIENT_ID': 'login-service-client-id',
'JWT_LOGIN_SERVICE_USERNAME': 'login_service_user',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment