Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nag): make sure value is string for all storage engines
The cookie storage engine does only support string values. This PR adjusts a given value and converts it to string in case a boolean/object/array/null/etc. is given, so it's independent to any storage engine
- Loading branch information