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

Commit 0ffb265

Browse files
authored
feat: remove JWT_AUTH_REFRESH_COOKIE depr190 (#1211)
See DEPR: openedx/public-engineering#190
1 parent 321f279 commit 0ffb265

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

configuration_files/analytics_api.yml

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ EXTRA_APPS: []
4747
JWT_AUTH:
4848
JWT_AUTH_COOKIE_HEADER_PAYLOAD: edx-jwt-cookie-header-payload
4949
JWT_AUTH_COOKIE_SIGNATURE: edx-jwt-cookie-signature
50-
JWT_AUTH_REFRESH_COOKIE: edx-jwt-refresh-cookie
5150
JWT_ISSUERS:
5251
- AUDIENCE: SET-ME-PLEASE
5352
ISSUER: http://127.0.0.1:8000/oauth2

configuration_files/discovery.yml

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ EXTRA_APPS:
6262
JWT_AUTH:
6363
JWT_AUTH_COOKIE_HEADER_PAYLOAD: edx-jwt-cookie-header-payload
6464
JWT_AUTH_COOKIE_SIGNATURE: edx-jwt-cookie-signature
65-
JWT_AUTH_REFRESH_COOKIE: edx-jwt-refresh-cookie
6665
JWT_ISSUERS:
6766
- AUDIENCE: lms-key
6867
ISSUER: http://edx.devstack.lms:18000/oauth2

0 commit comments

Comments
 (0)