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
Open browser, in first tab, go to lovelock.one, login and go to personal blog
In second tab, open the same link of first tab then try to logout (delete sessionData of lovelock.one) Observed: in second tab, press F5, user is logged out and navigated to login screen. At this time, in client all sessionData from lovelock.one is deleted. I expected that all user's permissions are unauthorized from now.
In first tab, click to Create link on the top right panel
Popup for creating new blog opens. Input valid data to create a journal then click Send Expected: User is navigated to Login screen to request logging in again Issue: Request is still sent to server and executed successfully. New Journal is created for user.
The text was updated successfully, but these errors were encountered:
Step to reproduce:
Open browser, in first tab, go to lovelock.one, login and go to personal blog
In second tab, open the same link of first tab then try to logout (delete sessionData of lovelock.one)
Observed: in second tab, press F5, user is logged out and navigated to login screen. At this time, in client all sessionData from lovelock.one is deleted. I expected that all user's permissions are unauthorized from now.
In first tab, click to Create link on the top right panel
Popup for creating new blog opens. Input valid data to create a journal then click Send
Expected: User is navigated to Login screen to request logging in again
Issue: Request is still sent to server and executed successfully. New Journal is created for user.
The text was updated successfully, but these errors were encountered: