Skip to content

Support customizable callback paths or multiple callback paths. #75

Open
@CatGG-101

Description

@CatGG-101

Both /oauth/callback and / are common OAuth callback endpoints that should be supported to prevent existing OAuth servers from encountering redirect_uri_mismatch issues.

For example, the redirect_uris list should be able to include both:
http://127.0.0.1:3334/oauth/callback
and
http://127.0.0.1:3334/

Alternatively, a configurable path parameter could be implemented with default value set to /oauth/callback, while allowing customization to / or other values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions