Hello. Thank you for the library. I am having an issue, though I do not believe it is a bug. I am running into authentication issue when running my app on Android. The request authenticates correctly for iOS. I notice that the token returned from jwt.sign() is different on each platform, even when the payload body, secret key, and Hash Algo are identical.
Is there a way to have the jwt.sign() function return the same token on both platforms?
Let me know if you need any more information.
Thank you!