JWT Token Generation
I am having trouble successfully generating a JWT token. I suspect it’s the way that I’m converting the admin secret key. I’ve tried decoding the key in a number of different conversions (binary,...
View ArticleJWT Token Generation
Can you share a bit more about the context in which you’re creating it? Read full topic
View ArticleJWT Token Generation
Sure thing, Ryan. I’m ultimately trying to create an API call using Xano. I have a function setup that generates a token using the Ghost admin API documentation within the Xano interface. However,...
View ArticleJWT Token Generation
If it’s helpful, here’s a screenshot of the API request that is returning the invalid signature error. I’m just copying the generated JWT token from JWT Debugger into the token that is passed in this...
View ArticleJWT Token Generation
I’m guessing there’s something going awry with your JWT token generation as you suspect. To eliminate as many variables as possible, are you able to try making an API call with Node using our SDK? If...
View Article