mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
fix: panic when missing token
This commit is contained in:
parent
7009f645e6
commit
89006df2af
2 changed files with 25 additions and 10 deletions
|
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue