Answers for "express-jwt error 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
1

throw new Error('algorithms should be set');

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

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language