When is 1.42 being released? And dynamic user signups?

Hey folks. I’ve had a very had time getting user accounts and authentication working in my streamlit app. I see in the roadmap (https://roadmap.streamlit.app/) that Authentication & st.user is “Ready for launch”, so I’m tempted to just wait until that’s released. So, 3 questions:

  1. Will that be in streamlit 1.42?
  2. If so, can anyone tell me what date 1.42 will be released?
  3. The road map caption says “Add authentication to your Streamlit app with a config file, and check via st.user which user is logged in.” Does this mean it will only support a fixed list of users, specified in the config file? Or will it also support on-demand user signups, making it suitable for my SaaS business that I want to scale rapidly?
2 Likes

Yes, that feature will be part of the 1.42 release as you can see from the live streaming they had this week:

I have no idea about when it will be released, but it’s a matter of hours I guess.

Finally, the auth feature will be based on the following repo

and, it’s also discussed here:

4 Likes