Replies: 1 comment
-
@dbn1234 this feature was added in the latest release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ciphersweet can allow (not throw an exception) when the encrypted field is empty (not part of the query).
This behavior can be controlled via setPermitEmpty(bool) as per :
paragonie/ciphersweet#83
Note: the cipersweet default is "false".
Can this option be controlled via the laravel-ciphersweet configuration file in a future release?
Beta Was this translation helpful? Give feedback.
All reactions