Skip to content

v1.0.1

Choose a tag to compare

@niels-emmer niels-emmer released this 12 Aug 10:34
· 83 commits to main since this release
2566a40

Patch release — fixes a real bug in v1.0.0 that only showed up when actually completing a GitHub sign-in end to end.

Fixed

  • GitHub OAuth login 500'd fetching the user's profile. GitHub isn't an OIDC provider, so it has no .well-known/openid-configuration discovery document — the backend's OAuth client needed an explicit userinfo_endpoint, which it didn't have, and GitHub's /user response uses different field names (and can omit email) than the OIDC shape the rest of the login code assumed. Google and generic OIDC sign-in were never affected.

Also included since v1.0.0

  • Version bump only, plus the fix above — no other functional changes. See the v1.0.0 release notes for the full feature set (auth hardening, admin controls, responsive UI, etc.).

Downloads

Standalone CLI binaries for Linux, macOS (Intel + Apple Silicon), and Windows are attached below.