| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-25 | 624 Bytes | |
| Version 1.25.6 source code.tar.gz | 2026-07-25 | 339.3 kB | |
| Version 1.25.6 source code.zip | 2026-07-25 | 412.9 kB | |
| Totals: 3 Items | 752.9 kB | 0 | |
The GitHub provider can now derive the local user id from the immutable numeric account id instead of the mutable login. This is opt-in and off by default, since enabling it changes the id of every existing GitHub user. Separately, the OAuth1 and OAuth2 callbacks no longer skip the user info HTTP status check, which previously let an error response map every failed login onto one shared user id.
Changes since v1.25.5
- [#301] opt-in github numeric user id, reject non-2xx user info
- [#298] bump golang.org/x/image from 0.39.0 to 0.41.0
Full Changelog: https://github.com/go-pkgz/auth/compare/v1.25.5...v1.25.6