-
Notifications
You must be signed in to change notification settings - Fork 49
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
Conversation
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
sberyozkin
reviewed
May 24, 2020
implementation/src/main/java/io/smallrye/jwt/config/JWTAuthContextInfoProvider.java
Outdated
Show resolved
Hide resolved
sberyozkin
reviewed
May 24, 2020
implementation/src/main/java/io/smallrye/jwt/config/JWTAuthContextInfoProvider.java
Outdated
Show resolved
Hide resolved
sberyozkin
reviewed
May 24, 2020
implementation/src/main/java/io/smallrye/jwt/config/JWTAuthContextInfoProvider.java
Outdated
Show resolved
Hide resolved
@radcortez |
sberyozkin
approved these changes
May 25, 2020
sberyozkin
pushed a commit
that referenced
this pull request
Jul 3, 2020
radcortez
added a commit
to radcortez/smallrye-jwt
that referenced
this pull request
Sep 11, 2020
radcortez
added a commit
that referenced
this pull request
Sep 11, 2020
radcortez
added a commit
that referenced
this pull request
Sep 18, 2020
radcortez
added a commit
that referenced
this pull request
Oct 13, 2020
sberyozkin
pushed a commit
that referenced
this pull request
Oct 14, 2020
sberyozkin
pushed a commit
that referenced
this pull request
Nov 18, 2020
sberyozkin
pushed a commit
that referenced
this pull request
Nov 24, 2020
radcortez
added a commit
that referenced
this pull request
Dec 4, 2020
sberyozkin
pushed a commit
that referenced
this pull request
Dec 15, 2020
sberyozkin
pushed a commit
that referenced
this pull request
Dec 17, 2020
sberyozkin
pushed a commit
that referenced
this pull request
Jan 12, 2021
sberyozkin
pushed a commit
that referenced
this pull request
Jan 13, 2021
sberyozkin
pushed a commit
that referenced
this pull request
Jan 21, 2021
sberyozkin
pushed a commit
that referenced
this pull request
Jan 22, 2021
sberyozkin
pushed a commit
that referenced
this pull request
Jan 28, 2021
sberyozkin
pushed a commit
that referenced
this pull request
Feb 2, 2021
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This requires microprofile/microprofile-jwt-auth#190.