You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both show up in the JSON response, but ONLY access_token_cookie cookie is set. If i switch the order of the set_*_cookie() calls, the refresh_token_cookie is set but not access_token_cookie.
I've seen it work, but can't fig. out how or why it's failing to send both now. I'm attempting to use the JwtRefreshBearerCookie.
The text was updated successfully, but these errors were encountered:
I'm using:
on Mac OS, python 3.10.13. I'm not able to get the refresh_token cookie set... using:
Both show up in the JSON response, but ONLY
access_token_cookie
cookie is set. If i switch the order of the set_*_cookie() calls, therefresh_token_cookie
is set but notaccess_token_cookie
.I've seen it work, but can't fig. out how or why it's failing to send both now. I'm attempting to use the JwtRefreshBearerCookie.
The text was updated successfully, but these errors were encountered: