Repository

sessions

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

Pull requests are welcome: see the CONTRIBUTING.md file to learn how to contribute. Look at the open issues and the TODO.md file to learn what kind of help is needed.

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 RedisStoreJsonWebToken use custom headers, this allows to store multiple sessions on one response.

About

a library for managing sessions in web applications

0
13
last Jun 7

Author

Coachonko