mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-13 23:53:30 +02:00
-
v1.0.1 Stable
released this
2026-08-12 12:34:18 +02:00 | 83 commits to main since this release📅 Originally published on GitHub: Wed, 12 Aug 2026 10:34:41 GMT
🏷️ Git tag created: Wed, 12 Aug 2026 10:34:18 GMTPatch release — fixes a real bug in
v1.0.0that 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.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- GitHub OAuth login 500'd fetching the user's profile. GitHub isn't an OIDC provider, so it has no