RSA Support
Great work! The jsonwebtoken library didn't work for me so I ended up here.
Is support for RSA underway?
Thank you!
As far as I know crypto-js, which I use for handling the encoding/decoding of the tokens, doesn't support RSA encryption, so I had no plans to add RSA support.
Since this library is designed to be used with Expo, it limits which encryption libraries can used.
However, if you know of a compatible library that can handle RSA encryption/decryption in pure JS, I would be willing to look into adding support here.
Also interested in RSA to use Firebase custom auth (to support the now-required Sign in with Apple on an existing React Native app)
Also very interested, since I use it with hasura. Great library though, thank you.
There is a possible solution now via something like https://github.com/kjur/jsrsasign