v1.0.1
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-configurationdiscovery document — the backend's OAuth client needed an explicituserinfo_endpoint, which it didn't have, and GitHub's/userresponse 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.