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.
reply