Find answers from the community

Updated last week

Using Cloud Run with Google Identity and Access Management (IAM) to restrict access to your app based on email addresses.

perhaps a basic question but suppose i want my app to be only accessible to employees or users with a certain email address. How should I deploy this app? want to make it easy for non-technical users too.

Cloud Run + Google IAP?
F
L
10 comments
Sorry for the ping but any ideas would be appreciated! @Logan M
Could be as simple as a streamlit or gradio app with auth?
hm thats prob true i was overthinking it 🫡
im using railway to deploy my backend but is streamlit better? or does it serve a diff purpose?
Different purpose I think. Railway allows you to do way more custom and fullstack stuff
streamlit is more constrained
i see. i just went with it bc when i googled fastAPI stuff it came up
yea totally! Like for example when I use railway, its because I'm deploying a fastapi endpoint with a react/next.js frontend, and saving stuff to some postgres db
right. The Google authentication part can be in my next.js frontend right?
yea just using oauth I think
Add a reply
Sign up and join the conversation on Discord