Skip to content

Commit b82f0ac

Browse files
committed
Merge master
2 parents 079a090 + c017ad2 commit b82f0ac

File tree

3 files changed

+35
-7
lines changed

3 files changed

+35
-7
lines changed

test/functional/editor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ chai.use(chaiArrays);
2020
const expect = chai.expect;
2121

2222
const typingDelay = 0;
23-
const tokenProcessingWait = 200;
23+
const tokenProcessingWait = 300;
2424

2525
describe('Editor', function() {
26-
this.timeout(50000);
26+
this.timeout(75000);
2727

2828
before(utils.launchBrowser);
2929

views/website/libraries/24-PHP.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,34 @@
310310
"gitHubRepoPath": "adhocore/jwt",
311311
"repoUrl": "https://github.com/adhocore/jwt",
312312
"installCommandHtml": "composer require adhocore/jwt"
313+
},
314+
{
315+
"minimumVersion": null,
316+
"support": {
317+
"sign": true,
318+
"verify": true,
319+
"iss": true,
320+
"sub": true,
321+
"aud": true,
322+
"exp": true,
323+
"nbf": true,
324+
"iat": true,
325+
"jti": true,
326+
"hs256": true,
327+
"hs384": true,
328+
"hs512": true,
329+
"rs256": true,
330+
"rs384": true,
331+
"rs512": true,
332+
"es256": false,
333+
"es384": false,
334+
"es512": false
335+
},
336+
"authorUrl": "https://github.com/miladrahimi",
337+
"authorName": "Milad Rahimi",
338+
"gitHubRepoPath": "miladrahimi/php-jwt",
339+
"repoUrl": "https://github.com/miladrahimi/php-jwt",
340+
"installCommandHtml": "composer require miladrahimi/php-jwt"
313341
}
314342
]
315343
}

views/website/libraries/3-Java.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,16 @@
139139
"exp": true,
140140
"nbf": true,
141141
"iat": true,
142-
"jti": false,
142+
"jti": true,
143143
"hs256": true,
144144
"hs384": true,
145145
"hs512": true,
146146
"rs256": true,
147147
"rs384": true,
148148
"rs512": true,
149-
"es256": false,
150-
"es384": false,
151-
"es512": false,
149+
"es256": true,
150+
"es384": true,
151+
"es512": true,
152152
"ps256": false,
153153
"ps384": false,
154154
"ps512": false
@@ -157,7 +157,7 @@
157157
"authorName": "FusionAuth",
158158
"gitHubRepoPath": "fusionauth/fusionauth-jwt",
159159
"repoUrl": "https://github.com/fusionauth/fusionauth-jwt",
160-
"installCommandHtml": "maven: io.fusionauth / fusionauth-jwt / 2.1.0"
160+
"installCommandHtml": "maven: io.fusionauth / fusionauth-jwt / 3.0.0"
161161
},
162162
{
163163
"minimumVersion": null,

0 commit comments

Comments
 (0)