angular-local-storage
angular-local-storage copied to clipboard
[FR] Configurable Serializers
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.