FeatureFuel
7

Better URLs for hooks

Source: supabase/supabase#1566 · opened by @RickMeasham
At the moment if someone attempts to re-use the magic login URL they are redirected to the front end with a 404 in the location hash:



And if someone is doing a password reset:



These are fairly arbitrary and ultimately the only way to handle it is pattern matching. The [example realtime chat app]( does a browser level redirect based on the precise hash content. That's really inefficient!

Is there any way that we can get less arbitrary URLs _or_ be able to specify a URL for various events?

Less arbitrary (also: the ability to choose between a hash and a query string please?):


Specified would be up to the app owner:

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests