Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
feat: remove JWT_AUTH_REFRESH_COOKIE depr190
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagnesh committed Oct 17, 2023
1 parent 321f279 commit bddb79b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion configuration_files/analytics_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ EXTRA_APPS: []
JWT_AUTH:
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_ISSUERS:
- AUDIENCE: SET-ME-PLEASE
ISSUER: http://127.0.0.1:8000/oauth2
Expand Down
1 change: 0 additions & 1 deletion configuration_files/discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ EXTRA_APPS:
JWT_AUTH:
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_ISSUERS:
- AUDIENCE: lms-key
ISSUER: http://edx.devstack.lms:18000/oauth2
Expand Down

0 comments on commit bddb79b

Please sign in to comment.