Skip to content

v2.8.0

Latest
Compare
Choose a tag to compare
@alexedwards alexedwards released this 16 Mar 13:51
7e11d57

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 and Flusher interfaces for Go 1.20+ (fixes issues #188, #196, #186)
  • Documentation improvements thanks to @Daniel-Sogbey.