Kickout to login page if not authenticated #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, if no user is authenticated, the UI will just not load any data.
Instead, we should kick out to the login page.
Ideally, we need to have a start service that gets called on application init that populates some client-side session.