Skip to content
Snippets Groups Projects
Unverified Commit 3bef75aa authored by Douglas Hall's avatar Douglas Hall Committed by GitHub
Browse files

Merge pull request #19147 from edx/douglashall/jwt_auth_cookie_setting

Add JWT_AUTH_COOKIE setting to enable JwtAuthentication on DRF API endpoints.
parents cc1898d1 818bcc50
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment