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
Give users the option to login as a guest so upcoming features Planning Poker & Retro Board can identify users and use their name.
Solution (optional)
Extend Login dialog with a checkbox: Login as Guest. When the new option is selected password field is hidden and Login button changes its behavior. Instead of sending a login request it saves the given user name in session storege.
Username is shown in the app bar.
Acceptance Criteria
User can login as a guest without password
Username is displayed in the app bar
User name is cleared when window is closed or when user clicks logout.
The text was updated successfully, but these errors were encountered:
* Bump version number after failed release workflow
* Guest Login Support
* Guest Login Support - Cypress Tests updated
Co-authored-by: szymon.owczarzak <[email protected]>
Short Description
Give users the option to login as a guest so upcoming features Planning Poker & Retro Board can identify users and use their name.
Solution (optional)
Extend Login dialog with a checkbox:
Login as Guest
. When the new option is selected password field is hidden and Login button changes its behavior. Instead of sending a login request it saves the given user name in session storege.Username is shown in the app bar.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: