Modern Full-Stack Development with Nest.js, React, TypeScript, and MongoDB: Part 1

The issue is that the guide lists the algorithm as algorithm: ['RS256'], when it should be algorithms: ['RS256'],

I was able to get it to work by adding the s to the end of algorithms

3 Likes