authorizer icon indicating copy to clipboard operation
authorizer copied to clipboard

User authentication flow: Always redirect with the status

Open alveshelio opened this issue 3 years ago • 0 comments

Right when authenticating with magic link, if the authentication fails, we get an error

{
"error": "invalid_token",
"error_description": "record not found"
}

And it stays in the Authorizer URL. This isn't very user friendly and it would be nice if it would still redirect but it would pass the response, either success or error and we could handle this in the front-end.

alveshelio avatar Feb 06 '23 16:02 alveshelio