Skip to content

Commit

Permalink
feat: remove JWT_AUTH_REFRESH_COOKIE depr190 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagnesh1998 authored Oct 17, 2023
1 parent 5d62349 commit a5873fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notesserver/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
'JWT_PUBLIC_SIGNING_JWK_SET': None,
'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_ALGORITHM': 'HS256',
}

Expand Down

0 comments on commit a5873fa

Please sign in to comment.