Forum Discussion

cczinski's avatar
cczinski
Novice I
3 years ago

Nevermind, I was adding the header incorrectly. Needed

Nevermind, I was adding the header incorrectly. Needed to do this instead ```const token = jwt.encode(jwtData,{key: privateKey, passphrase: 'apigee'},'RS256',{header: jwtHeader})```
No RepliesBe the first to reply