Skip to content

web-framework-agnostic sessions library for the V language

License

Notifications You must be signed in to change notification settings

einar-hjortdal/sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

web-framework-agnostic sessions library for the V language

Resources

License

Stars

Watchers

Forks

Languages