mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-12 08:00:07 +01:00
554 B
554 B
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.3.1 - (2023-1-14)
Fixed
- fix: panicking when a bearer token is missing in protected request (be6bf9fb)
0.3.0 - (2023-1-13)
Added
- building the authorizer layer from rsa, ec, ed PEM files and from secret phrase (
9bd99b2a)
0.2.0 - (2023-1-10)
Initial release