Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-03-16 | 341 Bytes | |
v2.8.0 source code.tar.gz | 2024-03-16 | 162.3 kB | |
v2.8.0 source code.zip | 2024-03-16 | 216.0 kB | |
Totals: 3 Items | 378.6 kB | 0 |
This release includes:
- A new
SessionManager.HashTokenInStore
option, which hashes the session token with SHA256 before passing it to the store. Thanks to @bramvbilsen for this. - Support for
Hijacker
andFlusher
interfaces for Go 1.20+ (fixes issues [#188], [#196], [#186]) - Documentation improvements thanks to @Daniel-Sogbey.