Nazaire
Nazaire4mo ago

Nazaire - Has anyone successfully done JWT sign...

Has anyone successfully done JWT signing inside a node? I need to use it to work with the Ghost Admin API. At the moment i'm getting an obscure error. I'm importing the jwt and buffer module.
Solution:
all good i made the mistake of trying to import jwt instead of the jsonwebtoken library.
Jump to solution
1 Reply
Solution
Nazaire
Nazaire4mo ago
all good i made the mistake of trying to import jwt instead of the jsonwebtoken library.