Skip to content

Commit

Permalink
Update README.md and CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Sep 8, 2021
1 parent c3e18c4 commit c7129fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES
@@ -1,5 +1,12 @@
FusionAuth JWT Changes

Changes in 4.3.1

* Modify `JSONWebKeySetResponse` to be public in support of JPMS.

Resolves https://github.com/FusionAuth/fusionauth-jwt/issues/36
Thanks to @XakepSDK for raising the issue.

Changes in 4.3.0

* Take PublicKey instead of RSAPublicKey or ECPublicKey on verifier methods and then validate the key to ensure the correct type.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -41,23 +41,23 @@ We are very interested in compensating anyone that can identify a security relat
<dependency>
<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-jwt</artifactId>
<version>4.3.0</version>
<version>4.3.1</version>
</dependency>
```

### Gradle
```groovy
implementation 'io.fusionauth:fusionauth-jwt:4.3.0'
implementation 'io.fusionauth:fusionauth-jwt:4.3.1'
```

### Gradle Kotlin
```kotlin
implementation("io.fusionauth:fusionauth-jwt:4.3.0")
implementation("io.fusionauth:fusionauth-jwt:4.3.1")
```

### Savant
```groovy
dependency(id: "io.fusionauth:fusionauth-jwt:4.3.0")
dependency(id: "io.fusionauth:fusionauth-jwt:4.3.1")
```

For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/4.0.1/jar).
Expand Down

0 comments on commit c7129fb

Please sign in to comment.