Answers for "algorithms should be set express jwt"

1

express-jwt error algorithms should be set

expressJwt({ secret:  process.env.JWT_SECRET, algorithms: ['RS256'] });
Posted by: Guest on November-08-2020

Code answers related to "algorithms should be set express jwt"

Browse Popular Code Answers by Language