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
Create a session check that userId is there on the frontend
Refresh a session and make sure JWT payload is accessible
Access the JWT payload when the access token is expired and make sure that refresh is called once - this test is commented "refresh session via reading of frontend info".
When the session is removed, check that the front-token is also removed
Update JWT payload and check that frontend token is also updated
Create a session with some custom JWT payload, and see if that's accessible on the frontend
Changing on jwt payload with blacklisting on, reflects the change immediately vs with refresh, it only reflects after a refresh call
Resolve TODO from test "test session should not exist when user calls log out" and "test with fetch session should not exist when user calls log out".
Uncomment "refresh session via reading of frontend info" and "refresh session via reading of frontend info using fetch"
Resolve TODOs in "update jwt data" and "test update jwt data with fetch", after all drivers have implementation.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: