Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. JWT Cross platform ?

JWT Cross platform ?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 332 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jhayar
    wrote on last edited by
    #1

    Hi ,
    i'm looking for a library where i can create JWT (RS256) tokens and validate it

    I 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

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Are you looking for something like the jwt-cpp project ?

      Note that I haven't used it.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved