-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
# Changelog | ||
|
||
> 📖 back to [readme](readme.md) | ||
Auth-middleware follows semantic versioning.\ | ||
Any issues should be reported. | ||
|
||
|
||
## v1.1 | ||
|
||
Improved default injector: | ||
- `TokenManipulators::attributeInjector` now accepts a callable | ||
with signature `fn(Throwable): mixed` for producing a value to be written to the error attribute. | ||
- The default injector will no longer prefix the exception messages with `Token Error: ` prefix. | ||
|
||
|
||
## v1.0 | ||
|
||
The initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters