| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-30 | 958 Bytes | |
| Release v5.11.0 source code.tar.gz | 2025-10-30 | 391.9 kB | |
| Release v5.11.0 source code.zip | 2025-10-30 | 492.0 kB | |
| Totals: 3 Items | 884.9 kB | 0 | |
Changes
- Authentication (#282)
- Added
auth.SchemeAuthenticatorinterface that authenticators can implement to indicate the scheme they are using. On authentication failure, the auth middleware adds theWWW-Authenticateheader to the response if the authenticator implementsauth.SchemeAuthenticator. - Added
auth.MiddlewareWithRealmto provide custom realm description for theWWW-Authenticateheader. - Added an explicit error message when
server.RegisterRoutesis called more than once. - Static file serving: fixed an issue on Windows which resulted in 404 errors if the filesystem was embedded and the requested path contained slashes. [#281]
New Contributors
- @YoSev made their first contribution in https://github.com/go-goyave/goyave/pull/281
Full Changelog: https://github.com/go-goyave/goyave/compare/v5.10.0...v5.11.0