angular-local-storage icon indicating copy to clipboard operation
angular-local-storage copied to clipboard

[FR] Configurable Serializers

Open ghost opened this issue 9 years ago • 0 comments

Right now, the implementation is hardcoded with a great default of using angular.toJson and JSON.parse.

I'd like to add a custom serializer in the context such that I can encrypt values for security purposes.

If I find time, I'll try to modify and do a PR.

ghost avatar Apr 17 '16 03:04 ghost