Im working on integrating Quoine in my bot written in PHP. Unfortunately Im having a hard time with the JWT authentication token and I hope it will be possible to get some support here?
The error I get trying to authenticate is: "Signature does not match"
I have debugged the JWT token over at: https://jwt.io/ with positive results but when trying to send it with postman to Quoine I get an error.
If anyone smarter then me can help I would be most grateful. Or if someone has an example of the JWT authentication function in PHP, that would probably do it as well.