Skip to content

Commit

Permalink
feat: Remove JWT_AUTH_REFRESH_COOKIE Setting openedx/public-engineeri…
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagnesh committed Jul 6, 2023
1 parent 262bde0 commit f0737de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cms/envs/devstack-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ JWT_AUTH:
JWT_AUDIENCE: lms-key
JWT_AUTH_COOKIE_HEADER_PAYLOAD: edx-jwt-cookie-header-payload
JWT_AUTH_COOKIE_SIGNATURE: edx-jwt-cookie-signature
JWT_AUTH_REFRESH_COOKIE: edx-jwt-refresh-cookie
JWT_ISSUER: http://edx.devstack.lms:18000/oauth2
JWT_ISSUERS:
- AUDIENCE: lms-key
Expand Down
1 change: 0 additions & 1 deletion lms/envs/devstack-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ JWT_AUTH:
JWT_AUDIENCE: lms-key
JWT_AUTH_COOKIE_HEADER_PAYLOAD: edx-jwt-cookie-header-payload
JWT_AUTH_COOKIE_SIGNATURE: edx-jwt-cookie-signature
JWT_AUTH_REFRESH_COOKIE: edx-jwt-refresh-cookie
JWT_ISSUER: http://edx.devstack.lms:18000/oauth2
JWT_ISSUERS:
- AUDIENCE: lms-key
Expand Down

0 comments on commit f0737de

Please sign in to comment.