Skip to content

Add possibility to use async requests on choose password #5418

Closed
@vince1995

Description

@vince1995

Is your feature request related to a problem? Please describe.
Because JavaScript must be available in choose_password the form which redirects to another page seems needless.

Describe the solution you'd like
To uphold backwards compatibility add a simple flag shouldNotRedirect to the body of the POST request and just respond with the status code 200 instead of 302.

Describe alternatives you've considered
I'm using a custom page and proxying the request to keep a SPA instead of getting an unneeded redirect (which causes a full refresh of my website).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions