Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0-rc1 #1

Merged
merged 14 commits into from Jan 7, 2023
Merged

1.0-rc1 #1

merged 14 commits into from Jan 7, 2023

Conversation

brentscheffler
Copy link
Contributor

Creating a base TokenDecodingException that all decoding based exceptions extend from.
Creating a TokenEncodingException and throwing when failures to encode.
Creating a PSR-15 middleware to validate JWTs from a ServerRequestInterface instance.
Updating README with more details and covering new middleware.

…ions extend from.

Creating a TokenEncodingException and throwing when failures to encode.
Creating a PSR-15 middleware to validate JWTs from a ServerRequestInterface instance.
Updating README with more details and covering new middleware.
Refactoring KeyPair signer to use OpenSSLAsymmetricKey now available in PHP 8.0+.
Updating unit tests.
Updating README.
Adding mutation testing.
Updating documentation, especially around KeypairSigner.
Removing mutation testing config.
Renaming private base64_url_en/decode methods to use camel casing.
Adding docblock to Proof constructor to give more context to the $leeway parameter.
Updating package description.
@brentscheffler brentscheffler merged commit eac80e0 into master Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant