You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do iat and exp get checked in the verify process? Afaik. they don't. The proposed verifier uses jose.compactVerify(jws, publicKey); which does not check on the dates. Neither this is done for validFrom and validUntil.
Is the user supposed to do these checks? because i tested expired credentials and they verified.
The text was updated successfully, but these errors were encountered:
Do iat and exp get checked in the verify process? Afaik. they don't. The proposed verifier uses
jose.compactVerify(jws, publicKey);
which does not check on the dates. Neither this is done forvalidFrom
andvalidUntil
.Is the user supposed to do these checks? because i tested expired credentials and they verified.
The text was updated successfully, but these errors were encountered: