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
In order to provide an experience more aligned with the online experience, it would be good to provide the ability for a user to "login" to the desktop app.
Online
When online the login should be either a full Graasp user account, or a local nickname, nickname & password, or anonymous login. The call to identify a real Graasp user could return a JWT token that could be used for future requests.
Offline
When offline, the login should be only local nickname, nickname & password, or anonymous login.
Logout
A logout functionality should simply clear the JWT token and send the user back to the login screen.
The text was updated successfully, but these errors were encountered:
In order to provide an experience more aligned with the online experience, it would be good to provide the ability for a user to "login" to the desktop app.
Online
When online the login should be either a full Graasp user account, or a local nickname, nickname & password, or anonymous login. The call to identify a real Graasp user could return a JWT token that could be used for future requests.
Offline
When offline, the login should be only local nickname, nickname & password, or anonymous login.
Logout
A logout functionality should simply clear the JWT token and send the user back to the login screen.
The text was updated successfully, but these errors were encountered: