Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Releases: bramvdbogaerde/auth-rs

0.3.0

29 Jul 18:32
Compare
Choose a tag to compare

The code is cleaned up and the user can provide a type for which the cookie will be serialized and deserialized.
In order to do that the user can implement the traits "FromString" and "ToString".

The "ToString" trait allows a type to be stored as a cookie string and "FromString" allows a type to be converted from a cookie string.

0.2.0

29 Jul 18:30
Compare
Choose a tag to compare

Added support for Rocket's private cookies.
This is the storage strategy that will be used by default.