Hoop.dev is an open-source access gateway that provides secure, seamless, and audited access to databases and infrastructure without exposing credentials or sensitive data.
This PR will ensure that sessions are reused when redirecting failed attempts to authenticate (401). It removes the prompt=login option when redirecting users to their identity providers.
Additionally, it makes sure to always prompt for the login screen when the user clicks on Logout.
This PR will ensure that sessions are reused when redirecting failed attempts to authenticate (401). It removes the
prompt=login
option when redirecting users to their identity providers.Additionally, it makes sure to always prompt for the login screen when the user clicks on Logout.
More information in the OpenID specification