Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 828 Bytes

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 828 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.2.0] - 2022-02-21

Added

  • helper fn is_expired to identify if a signature was expired

Changed

  • expose decode_token fn publicly
  • allow decoding token with different Claims

Fixed

  • make Error public
  • email claims need to be optional since user might not grant them

[0.1.2] - 2021-07-01

Changed

  • remove Cargo.lock as we are just a library

[0.1.1] - 2021-06-05

Changed

  • bumped dependencies and pin to tokio 1-major due to api stability promise
  • error enum renames to not use Error-postfix

Added

  • changelog