We have two kinds of updates. A major update occurs when y changes in x.y.z. A minor update when z changes.
Major updates can introduce code incompabilities with code that uses a previous version of this library. Minor updates are garantueed to only include bug fixes or upgrades of a few depedencies.
- Bump Rocket to 0.4.1
- Upgrade to Rocket 0.4.
- This is also a nearly complete rewrite of the rocket-simpleauth crate, which took inspiration of the former work of Bram Vandenbogaerde. Why was this done? Because I wanted to create a canonical authentication mechanism for Rocket, or at least start at some point, that...
- is easy to use
- is also flexible enough
- gets the "Approved by Sergio"-stamp
Removed the FromCookie trait. We use Rocket's private cookie system by default. So LoginStatus doesn't need a type parameter for FromCookie anymore, see example/ for more information.
Upgraded to Rocket 0.2
Introduction of the library