Encrypt/decrypt user's content using information from Cloudflare Access JTW as key

I have implemented JWT validation on a Cloudflare Access app, so users can log in by going through the CF Access layer. Now I am thinking of a way to encrypt user's content (saved in a database table) using information from the JWT, so that only the user and no one else (including DBAs) can view the content. Is it possible to rely on the JWT to do that? What would be your advice? Thank you.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?