• fix: add dynamic route for custom OAuth provider callbacks (#2911)
    Some checks failed
    Publish Docker image (Multi Registries, native amd64+arm64) / Build & push (amd64) [native] (push) Has been cancelled
    Publish Docker image (Multi Registries, native amd64+arm64) / Build & push (arm64) [native] (push) Has been cancelled
    Publish Docker image (Multi Registries, native amd64+arm64) / Create multi-arch manifests (Docker Hub) (push) Has been cancelled

    Ghost released this 2026-02-20 22:01:21 +08:00 | 453 commits to main since this release

    Custom OAuth providers redirect to /oauth/{slug} after authorization,
    but only hardcoded provider routes (github, discord, oidc, linuxdo)
    existed in the frontend router, causing a 404 for custom providers.

    Downloads