Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 741 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 741 Bytes

sessions

sessions is a web-framework-agnostic library for managing sessions in web applications written in the V language.

Stores

Notes

  • It is important to implement race condition mitigation strategies within the route handler, such as optimistic locking with version number.
  • Both JsonWebTokenStore and RedictStoreJsonWebToken use custom headers, this allows to store multiple sessions on one response.

Development