# Changelog All notable changes to this project will be documented in this file. ## Unreleased ## [0.5.2] - 2022-Jun-28 - `reqwest` with `rustls-tls` feature. ## [0.5.1] - 2022-May-30 ## Added - `create_pkey` helper function ## [0.5.0] - 2022-May-30 ## Added - All SIWA API ## [0.4.0] - 2022-May-30 ## Added - Prepare for Server to Server Notification Endpoint ## Changed - Refactor everything ## [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