Skip to content

Commit

Permalink
chore(main): release 6.3.2 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 19, 2022
1 parent bad1b04 commit ea7dda7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [6.3.2](https://github.com/firebase/php-jwt/compare/v6.3.1...v6.3.2) (2022-11-01)


### Bug Fixes

* check kid before using as array index ([bad1b04](https://github.com/firebase/php-jwt/commit/bad1b040d0c736bbf86814c6b5ae614f517cf7bd))

## [6.3.1](https://github.com/firebase/php-jwt/compare/v6.3.0...v6.3.1) (2022-11-01)


Expand Down Expand Up @@ -88,5 +95,3 @@ between signing and verifying entities. Thanks to [@lcabral](https://github.com/
asymmetric keys are used together.
- Update signature for `JWT::decode(...)` to require an array of supported
algorithms to use when verifying token signatures.


0 comments on commit ea7dda7

Please sign in to comment.