I am trying to create a login component for my streamlit hosted website, now I found a few articles and videos where an yaml file is being used to store the username password etc, I wanted to create a login component either using a MongoDB or an SQL database or by adding an Oauth for logging in using google. Can someone guide me in the right direction…
(p.s : I am not really much familiar with this so I apologies if this is a dumb question.)