app icon indicating copy to clipboard operation
app copied to clipboard

Support authentication reverse proxy

Open denysvitali opened this issue 3 months ago • 7 comments

When Vikunja's backend is protected by an authentication reverse proxy such as oauth2-proxy, the app can't log-in.

For this to work, the app should open a browser, take the cookies after the session is authenticated and re-use them until the session expires.

This would allow to use Vikunja behind an Identity-Aware Proxy for increased security of private instances.

denysvitali avatar Mar 25 '24 06:03 denysvitali