Hacker News new | past | comments | ask | show | jobs | submit | shadeyduck's comments login

Yea I agree. Overly sensational and misleading. May as well start telling people iPhones and android phones have millions of recalls every year ¯\_(ツ)_/¯

Since there is the mention of auth integration, I assume this app has a button where we can just click to start an impersonation session?

Also, are there any plans to integrate with other popular auth systems like firebase? Understand there's custom auth option for that but it'd be better if firebase-auth users can just do minimal set up.


Thanks for the suggestion! We will look into firebase integration.

Once you've set up auth integration, in each approved ticket, the user can start a session by clicking a button. The subsequent flow depends on the type of integration. - If it is supabase, we will mint the token and redirect to the url specified in your settings with the token. - If it is custom integration, we will pass the ticket id to the url that you have specified. In your backend, you should handle the request by fetching the impersonation request details, authenticate the user accordingly, and return a redirect.


Backend is included? How do you guys set up the DBs for different apps considering schema might differ wildly?

Also, is this meant for creating any kind of app or more of internal apps/tools like Retool does?


Internal apps is our current main use case, but we have plans to make it work for all kinds of apps.

Regarding the question on database, we use multi-tenancy on Postgres. Each application created will have its own database+user.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: