Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@Mythra Mythra released this 11 Jan 22:26
· 12 commits to trunk since this release
  • Change pae::pae to borrow a slice of slices (&[&[u8]]) instead of taking ownership of a Vec<Vec>.
  • High-level functions like validate_local_token and validate_public_token now take the key by reference.
  • The reference to key passed as argument to v1::public::public_paseto is not longer taken as mutable.
  • tokens::PasetoBuilder methods have been changed to only take references
  • Support for the time crate has been added with a feature, this should not be used in conjunction with chrono.
  • Create better error messages to hopefully be less user hostile.
  • update dependencies.
  • versions now have a "build number" to indicate what upstream version they track.