Skip to content

Commit c017ad2

Browse files
authored
Merge pull request jsonwebtoken#372 from robotdan/patch-5
update fusionauth-jwt to 3.0.0
2 parents 12b2482 + 01e4a72 commit c017ad2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

views/website/libraries/3-Java.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,22 +127,22 @@
127127
"exp": true,
128128
"nbf": true,
129129
"iat": true,
130-
"jti": false,
130+
"jti": true,
131131
"hs256": true,
132132
"hs384": true,
133133
"hs512": true,
134134
"rs256": true,
135135
"rs384": true,
136136
"rs512": true,
137-
"es256": false,
138-
"es384": false,
139-
"es512": false
137+
"es256": true,
138+
"es384": true,
139+
"es512": true
140140
},
141141
"authorUrl": "https://github.com/fusionauth",
142142
"authorName": "FusionAuth",
143143
"gitHubRepoPath": "fusionauth/fusionauth-jwt",
144144
"repoUrl": "https://github.com/fusionauth/fusionauth-jwt",
145-
"installCommandHtml": "maven: io.fusionauth / fusionauth-jwt / 2.1.0"
145+
"installCommandHtml": "maven: io.fusionauth / fusionauth-jwt / 3.0.0"
146146
},
147147
{
148148
"minimumVersion": null,

0 commit comments

Comments
 (0)