Answers for "express jwt algorithms should be set'"

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 "express jwt algorithms should be set'"

Code answers related to "Javascript"

Browse Popular Code Answers by Language