Expire refreshed tokens within the same time as initial token. #4800
Annotations
10 errors
test/04_session.ts#L135
'oldDecodedToken' is possibly 'null'.
|
test/04_session.ts#L135
Property 'exp' does not exist on type 'string | JwtPayload'.
|
test/04_session.ts#L135
'newDecodedToken' is possibly 'null'.
|
test/04_session.ts#L135
Property 'exp' does not exist on type 'string | JwtPayload'.
|
test/04_session.ts#L136
'oldDecodedToken' is possibly 'null'.
|
test/04_session.ts#L136
Property 'iat' does not exist on type 'string | JwtPayload'.
|
test/04_session.ts#L136
'newDecodedToken' is possibly 'null'.
|
test/04_session.ts#L136
Property 'iat' does not exist on type 'string | JwtPayload'.
|
test/04_session.ts#L137
'newDecodedToken' is possibly 'null'.
|
test/04_session.ts#L137
Property 'iat' does not exist on type 'string | JwtPayload'.
|
This job failed
Loading