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
Refactor the top level client login, callback and almost-finished routes into a single login view with the callback and almost-finished as sub-routes.
Refactor this block of code to only be called in the new login/callback component as currently the Promise in the block of code never fulfils as the lock.on events only trigger durring the auth0 callback. Instead attempt to use webAuth.checkSession to auto login the user if their auth0 session is still active.
The text was updated successfully, but these errors were encountered:
Related to #43.
Tasks
Refactor the top level client
login
,callback
andalmost-finished
routes into a singlelogin
view with thecallback
andalmost-finished
as sub-routes.Refactor this block of code to only be called in the new
login/callback
component as currently the Promise in the block of code never fulfils as thelock.on
events only trigger durring the auth0 callback. Instead attempt to usewebAuth.checkSession
to auto login the user if their auth0 session is still active.The text was updated successfully, but these errors were encountered: