Description
Routing logic for login/logout handled in the files shell/pages/index.vue and shell/pages/auth/verify.vue should be handled in a route guard and/or state management.
This includes handling logout in case of auth-user-session-ttl-minutes as suggested @rak-phillip
Several other related routing issues have been marked as TODO #13939
Description
Routing logic for login/logout handled in the files
shell/pages/index.vueandshell/pages/auth/verify.vueshould be handled in a route guard and/or state management.This includes handling logout in case of
auth-user-session-ttl-minutesas suggested @rak-phillipSeveral other related routing issues have been marked as
TODO #13939