this post was submitted on 22 Aug 2023
1 points (100.0% liked)

A place for everything about web development

672 readers
1 users here now

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemy.lol/post/4569543

I need to

  • encrypt JSON payload (not just sign)
  • not share private key
  • verify the payload is generated with the shared public key and RSA fitting all of these.

As I've only made auth with JWT so far, I'm not sure. If I use RSA, I guess I have to put the encrypted text in the body.

Do you think it can be used? Any other suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] iso@lemy.lol 1 points 1 year ago