I'm really struggling to manage the handling of expired password reset links from Supabase.
If the reset link sent by Supabase has been used or has expired, the user is redirected to:
What I'm struggling with this 'capturing' the '#error=access_denied&error_code=403&error_description=Email+link+is+invalid+or+has+expired ' part of the redirect URL so I can then conditionally manage it and display a message.
Unfortuantely as Supbase doesn't return the error info as query parameters, it appears really difficult to pickup and use.
Has anyone solved this or how are you handling expired links from Supabase ๐