shawn-mcginty / naboris

Simple, fast, minimalist http server for OCaml/ReasonML
https://naboris.dev
MIT License
71 stars 4 forks source link

Feature/encrypt session ids #61

Closed shawn-mcginty closed 4 years ago

shawn-mcginty commented 4 years ago

Added secret to SessionConfig.t and use that secret to sign session id cookies making them much more secure.