Skip to content

User authentication flow: Always redirect with the status #321

Description

@alveshelio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions