Keep generated links inside our app's domain? #956
Unanswered
burggraf
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a problem with the auth workflow from a security / trust standpoint.
Let's say I create a new app at my brand new domain: BUY-MY-WIDGETS.COM.
Ideally, the signup flow should send them to a URL within my own domain. Additionally, the link should be kept as short as possible, so it's easy for a user to inspect for phishing attempts, etc.
Could I generate these links and store them in a table in my database, then write a front-end process to simply read a UUID, look it up in the table, then redirect the app to the stored supabase.co domain?
Is there a better way to cleanly handle this?
All reactions