Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic auth not asking for credentials #470

Closed
alegru opened this issue Jul 14, 2024 · 0 comments · Fixed by #471
Closed

basic auth not asking for credentials #470

alegru opened this issue Jul 14, 2024 · 0 comments · Fixed by #471

Comments

@alegru
Copy link
Contributor

alegru commented Jul 14, 2024

I'm using MeTube behind a reverse proxy that manages TLS and basic auth for me. Authelia is overkill for what I'm doing.
Both nginx and Traefik proxy exhibit the same behaviour:
After successful login, the service worker connection will cause the browser to store cookies after a few seconds.
End the session by closing the browser. The next time you try to login, there is no prompt for the credentials.
You need to either use private mode or force delete cookies.
From what I gathered during my investigation, the problem is that the site manifest is not served correctly when using basic auth.
The angular repository had the solution:
developer.mozilla.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant