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
Protect all frontend routes so that the frontend is just available when logged in.
The idea is to allow only authorized users to access the frontend.
Allow Access when auth cookie is available
Redirect to presenter when auth cookie is not present
Investigate: Define Issue what software parts should be moved from Presenter to Backend and how routing should take place. Furthermore define a goal for authentik to support this new architecture.
The text was updated successfully, but these errors were encountered:
🚀 Feature
Protect all frontend routes so that the frontend is just available when logged in.
The idea is to allow only authorized users to access the frontend.
The text was updated successfully, but these errors were encountered: