Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 05/09/25 in all areas

  1. Is possible to add small button for every topic on Unread Content list to set read topic? To do this I need to open topic but sometimes are not interesting topics for me. A topic marked in this way could immediately disappear from the Unread Content list.
  2. Cristian Peța

    ICS - XX: The XX field is required

    How I supposed, as a field and not directly into the body.
  3. Remy Lebeau

    ICS - XX: The XX field is required

    Such as? Can you be more specific? What exactly are you entering into postman? Not without knowing what the endpoint is actually expecting, and what your actual code looks like that is not working for you.
  4. Angus Robertson

    Help with JWToken

    https://www.iana.org/assignments/jose/jose.xhtml and https://www.iana.org/assignments/jwt/jwt.xhtml are a good start to JOSE and JWT and the RFCs that explain the standards for the numerous possible names. Angus
  5. ertank

    Help with JWToken

    Hi, I don't have JWT knowledge but maybe https://www.jwt.io can tell you more.
  6. You can use Webauthn/Passkeys/Fido2 keys . The only thing stored on the server would be a publik key that has been created on the client device! So... no need to store passwords on the server side 😉 I got the webauthn api and a wrapper for the yubiko fido2.dll here. https://github.com/mikerabat/DelphiFido2 and a (not so practical but good enough for me) example on how to use a passkey from the iphone here: https://github.com/mikerabat/fronius
  7. Miguel Moreno

    fmxLinux missing?

    For Delphi / RAD Studio version 12.3, the original solution provided by Jim:  C:\> getitcmd -i=fmxlinux-12-1.78 works "out of the box" with no issues !! ( --> no "patch" needed as in 12.2 ) You can use this solution to get "FMX Linux" until they reach a final agreement with Kryukov's state ...
×