File tree Expand file tree Collapse file tree 3 files changed +35
-7
lines changed Expand file tree Collapse file tree 3 files changed +35
-7
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ chai.use(chaiArrays);
20
20
const expect = chai . expect ;
21
21
22
22
const typingDelay = 0 ;
23
- const tokenProcessingWait = 200 ;
23
+ const tokenProcessingWait = 300 ;
24
24
25
25
describe ( 'Editor' , function ( ) {
26
- this . timeout ( 50000 ) ;
26
+ this . timeout ( 75000 ) ;
27
27
28
28
before ( utils . launchBrowser ) ;
29
29
Original file line number Diff line number Diff line change 310
310
"gitHubRepoPath" : " adhocore/jwt" ,
311
311
"repoUrl" : " https://github.com/adhocore/jwt" ,
312
312
"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"
313
341
}
314
342
]
315
343
}
Original file line number Diff line number Diff line change 139
139
"exp" : true ,
140
140
"nbf" : true ,
141
141
"iat" : true ,
142
- "jti" : false ,
142
+ "jti" : true ,
143
143
"hs256" : true ,
144
144
"hs384" : true ,
145
145
"hs512" : true ,
146
146
"rs256" : true ,
147
147
"rs384" : true ,
148
148
"rs512" : true ,
149
- "es256" : false ,
150
- "es384" : false ,
151
- "es512" : false ,
149
+ "es256" : true ,
150
+ "es384" : true ,
151
+ "es512" : true ,
152
152
"ps256" : false ,
153
153
"ps384" : false ,
154
154
"ps512" : false
157
157
"authorName" : " FusionAuth" ,
158
158
"gitHubRepoPath" : " fusionauth/fusionauth-jwt" ,
159
159
"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"
161
161
},
162
162
{
163
163
"minimumVersion" : null ,
You can’t perform that action at this time.
0 commit comments