You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using JWT signed with a uuid-v4 secret for session-cookies.
I need to also encrypt the content of the cookie to hide sensitive json data.
What's the simplest, best-practice way to achieve this with JWE ? can I re-use the same uuid-v4 for JWE encryption ?
Thanks
The text was updated successfully, but these errors were encountered:
I'm using JWT signed with a uuid-v4 secret for session-cookies.
I need to also encrypt the content of the cookie to hide sensitive json data.
What's the simplest, best-practice way to achieve this with JWE ? can I re-use the same uuid-v4 for JWE encryption ?
Thanks
The text was updated successfully, but these errors were encountered: