Skip to content

Releases: jossemarGT/cookie-twist

0.4.0

27 May 04:36
037f52a
Compare
Choose a tag to compare

The 0.x version is finally production ready! 🎉

0.3.2

21 May 03:17
43b9ded
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Add thread safe Signature hasher engine.

0.3.1

02 May 03:17
0d8e2c5
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
Uses epoch timestamp in seconds

0.3.0

30 Apr 23:56
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
Add TornadoCookieCode and its version specific implementations

0.2.0

27 Apr 01:40
4a87c81
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

In this version you will find the signature hasher implementation used in Tornado Web Framework secure cookies v1 and v2. The library is still not suitable for production but you can start compositing your own secure cookies by using the serializers along side the signature hashers.

Initial release

22 Apr 04:09
ecfa76e
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This early release was meant to test the distribution process and it only contains some of the core types for cookie signature. In other words is not production ready.