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
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
Once I inspect the object with var_dump after calling decrypt, I could see that the real payload is inside "plain_text" key, like this: echo "$jwe->plain_text;
It would be great if you could add that to the documentation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Great library, just a small dipnote, in the encrypt decrypt section you briefly give an example:
Once I inspect the object with var_dump after calling decrypt, I could see that the real payload is inside "plain_text" key, like this:
echo "$jwe->plain_text;
It would be great if you could add that to the documentation.
The text was updated successfully, but these errors were encountered: