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