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
As discussed in PR #8, we need to add validation in the NewJWTHS256 constructor to ensure that secretKey and issuer are not empty, and tokenDuration is positive.
As discussed in PR #8, we need to add validation in the
NewJWTHS256
constructor to ensure thatsecretKey
andissuer
are not empty, andtokenDuration
is positive.Referenced comment: Link
Requester: @itsLeonB
The text was updated successfully, but these errors were encountered: