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
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