New Component: streamlit-oauth

Hi

For now, you can share the authentication state across pages using session_state.

The functionality to use cookies or local storage is planned to be added in the future.

Hi @dnplus,
Thanks for this great library.
Is there any way to retrieve the email address and/or username of the authenticated user?

Have a look on this example.

Can anyone help with GitHub auth please?

Thank you so much, this was exactly what I was looking for. Couldn’t figure out the button + url and you provide that!