mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.38k stars 229 forks source link

Saving cookie failed when deploying the app with docker #71

Open ArnoSchiller opened 1 year ago

ArnoSchiller commented 1 year ago

Hey everybody,

I implemented the auth as described in your README and tested it locally on my machine - works fine. Then i deployed the same app using Docker and the authentification does not work as expected. Seems like the client-side cookies are not saved when using Docker.

Does anyone know the problem or even the solution? Thanks a lot!

mkhorasani commented 3 months ago

Please see if this problem still persists with the latest release v0.3.2.

nathancooperjones commented 3 months ago

I am running into the same issue, even with release v0.3.2. When running in Docker, no cookie is deposited into my browser.