Answers for "error algorithms should be set"

1

Error: algorithms should be set

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

Error: algorithms should be set

expressJwt({
  secret: 'secret',
  algorithms: ['HS256']
})
Posted by: Guest on August-08-2021

Code answers related to "error algorithms should be set"

Browse Popular Code Answers by Language