xsustek

Results 2 comments of xsustek

I’ve encountered the same problem. In my setup, I previously worked around the missing OIDC support ([PR #2630](https://github.com/NginxProxyManager/nginx-proxy-manager/pull/2630)) by using an external authentication proxy in front of Nginx Proxy Manager....

I believe the root cause of this issue might be related to how the authentication state is determined in the frontend. In [Router.tsx](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/39c9bbb16763bd16d397295ae9005d92c028df0b/frontend/src/Router.tsx#L45), the authenticated variable depends on the token...