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
{{ message }}
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
The UI server currently handles authentication and routing for the UI.
But with the gateway refactoring this will be centralized and handled by the gateway.
Access to the ui server should therefore also come through the gateway and authentication will be done by the gateway. So we should remove the authentication module in the ui server and modify any routing/pathing so that things still work.
The text was updated successfully, but these errors were encountered:
The UI server currently handles authentication and routing for the UI.
But with the gateway refactoring this will be centralized and handled by the gateway.
Access to the ui server should therefore also come through the gateway and authentication will be done by the gateway. So we should remove the authentication module in the ui server and modify any routing/pathing so that things still work.
The text was updated successfully, but these errors were encountered: