Improved
- qol: Add exports for
JWTError
,JWTMalformedError
,JWTTypeError
,JWTTimeError
,JWTClaimError
,JWTAlgorithmError
,JWTSignatureError
- qol: Make
algorithm
option when verifying JWT optional and default toHS256
(the same default as when signing)