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

Support mp.jwt.verify.publickey.algorithm. #247

Merged
merged 1 commit into from
May 25, 2020

Conversation

radcortez
Copy link
Member

@radcortez radcortez commented May 22, 2020

@radcortez radcortez requested a review from sberyozkin May 22, 2020 19:38
@sberyozkin
Copy link
Contributor

@radcortez apiNote, that works :-)

@sberyozkin sberyozkin self-requested a review May 25, 2020 20:50
@sberyozkin sberyozkin added this to the 3.0.0 milestone May 25, 2020
@sberyozkin sberyozkin merged commit d90beef into smallrye:mpjwt12 May 25, 2020
radcortez added a commit to radcortez/smallrye-jwt that referenced this pull request Sep 11, 2020
@radcortez radcortez deleted the ec branch November 24, 2020 10:36
sberyozkin added a commit that referenced this pull request Feb 24, 2021
* Update the version to 3.0.0-SNAPSHOT

* JWE Server support

* Fixed compile issues.

* Removed failing tests, to fix with new implementations.

* Support MP 1.2 mp.jwt.decrypt.key.location.

* Ignore failing tests to fix later.

* Baseline to implement new configuration properties.

* Support MP JWT 1.2 new configurations (#240)

* Support mp.jwt.token.header and mp.jwt.token.cookie configurations.

* Support mp.jwt.verify.audiences.

* Fixed issues with sign and decrypt. (#245)

* Readd fixed TCK tests.

* Throw NotAuthorizedException if a JWT is sent to an unauthenticated endpoint and is not valid. (#241)

* Support mp.jwt.verify.publickey.algorithm. (#247)

* Remove properties and methods which have been deprecated before 2.1.2

* Remove deprecated requireIssuer

* Get all TCK tests passing

* Remove unneeded test.

* Added mpjwt12 branch to build.

* Use MP JWT SNAPSHOT version.

* Include all TCK tests.

* Remove unneeded file.

* Fix formatter errors.

* TCK compatible MP JWT 1.2.

* Release 3.0.0-RC1. (#338)

* [maven-release-plugin] prepare release 3.0.0-RC1

* [maven-release-plugin] prepare for next development iteration

* Fix the coverage module and smallrye config versions

* Move the JAX-RS related code into smallrye-jwt-jaxrs (#367)

* Fix JWTAuthenticationFilter and logging/messages resolution issues

* Create smallrye-jwt-http-mechanism and smallrye-jwt-cdi-extension modules (#381)

* Fix a javadoc problem in the jwt-jaxrs module

* Release Smallrye JWT 3.0.0-RC2 (#386)

* [maven-release-plugin] prepare release 3.0.0-RC2

* [maven-release-plugin] prepare for next development iteration

* Fix check in spec configuration for the decrypt key location.

* Remove Optional for the config properties with the default values (#389)

* Update MP Config version to 2.0 (#392)

* Release Smallrye JWT 3.0.0-RC4 (#412)

* [maven-release-plugin] prepare release 3.0.0-RC4

* [maven-release-plugin] prepare for next development iteration

* Remove deprecated JWT Build API inner-sign none signature support and key location properties (#413)

* Complete the removal of smallrye.jwt.sign.key-location and smallrye.jwt.encrypt.key-location properties (#416)

* Release Smallrye JWT 3.0.0-RC5 (#417)

* [maven-release-plugin] prepare release 3.0.0-RC5

* [maven-release-plugin] prepare for next development iteration

* Release SmallRye JWT 3.0.0 (#418)

* [maven-release-plugin] prepare release 3.0.0

* [maven-release-plugin] prepare for next development iteration

* Remove the mpjwt12 branch from build.yml

Co-authored-by: Roberto Cortez <radcortez@yahoo.com>
Co-authored-by: SmallRye CI <smallrye@googlegroups.com>
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.

2 participants