this post was submitted on 22 Aug 2023
3 points (100.0% liked)
Cryptography
321 readers
13 users here now
Questions, answers, discussions, and literature on the theory and practice of cryptography
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you're already using JWTs for the auth it seems like JWE.
However unless you're storing your tokens and payloads (like in a job queue) that might be overkill. If your standard REST/Graphql api is backed by SSL/TLS you get encryption in transit for free.