JWT Cross platform ?
Unsolved
Mobile and Embedded
-
Hi ,
i'm looking for a library where i can create JWT (RS256) tokens and validate itI used openssl , but i find it hard to implement since i need to rebuild openssl in every platform , android/ ios/ linux/mac / windows /wasm
thats too hustle and time consuming .
i found QT-Secrets which is not dependent to openssl but very limited
it doesn't support PEM , and no built in Sha256withRSA , (maybe someone here familiar on this library)I Believe QT is built with OpenSSL support , but they not provide an interface to encrypt decrypt data or sign data .
maybe someone here can help or provide alternative or good library for JWT ? thank you very much
-