Skip to content

Commit

Permalink
fix: remove unused JWT_AUTH_REFRESH_COOKIE
Browse files Browse the repository at this point in the history
Remove the setting JWT_AUTH_REFRESH_COOKIE
which serves no purpose.

See DEPR: openedx/public-engineering#190
  • Loading branch information
robrap authored Jul 5, 2023
1 parent 64826fd commit 9fb3e1e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def root(*path_fragments):
'JWT_AUTH_COOKIE': 'edx-jwt-cookie',
'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',
}

# Request the user's permissions in the ID token
Expand Down

0 comments on commit 9fb3e1e

Please sign in to comment.