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.