Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Oct 18, 2022
1 parent 6e235a7 commit 3eb07aa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions changelog.md
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.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
Modern and highly flexible PSR-15 authentication and authorization middleware.

> 💿 `composer require dakujem/auth-middleware`
>
> 📒 [Changelog](changelog.md)

## Default Usage
Expand Down

0 comments on commit 3eb07aa

Please sign in to comment.