| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-22 | 2.4 kB | |
| v1.15.0 source code.tar.gz | 2026-08-22 | 4.0 MB | |
| v1.15.0 source code.zip | 2026-08-22 | 4.1 MB | |
| Totals: 3 Items | 8.1 MB | 0 | |
What's Changed
Important: Potentially Breaking Change
You must set the new TRUSTED_PROXIES environment variable correctly. This variable is set by default to trust local IP address ranges, which is expected to work for most self-hosted setups. If your upstream proxy is not a local IP address and you do not correctly set TRUSTED_PROXIES you may encounter unexpected rate-limiting as all requests will appear to come from the same address. This new environment variable should be set to the IP address or range of your upstream proxy; misconfiguration may cause issues with rate-limiting and IP address logging. See details in the Proxy Setup documentation here.
Features ๐
- Add TRUSTED_PROXIES Environment Variable by @notquitenothing in https://github.com/voidauth/voidauth/pull/519
- Implement Custom Claims Support by @notquitenothing in https://github.com/voidauth/voidauth/pull/493
Chores ๐งน
- Harden supply chain: pin GitHub Actions to SHA, pin base image digest by @jeffersongoncalves in https://github.com/voidauth/voidauth/pull/532
Translations ๐
- feat(i18n): add Russian (ru-RU) translation by @stndart in https://github.com/voidauth/voidauth/pull/527
New Contributors
- @jeffersongoncalves made their first contribution in https://github.com/voidauth/voidauth/pull/532
- @stndart made their first contribution in https://github.com/voidauth/voidauth/pull/527
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.14.5...v1.15.0