Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some key:values not saving on secure mode #55

Open
manatax opened this issue Jul 29, 2015 · 0 comments
Open

some key:values not saving on secure mode #55

manatax opened this issue Jul 29, 2015 · 0 comments

Comments

@manatax
Copy link

manatax commented Jul 29, 2015

When I use the {secure:true} option some of the key:values are not stored.
I have 3 different keys, the 3 are saved properly when I don't use the secure option, but only (the shortest) 2 are saved when I use the secure option.
The structure of the object value that is not saved looks something like this:
{
attr_a: {
attr_a_1: someValue_1,
attr_a_2: someValue_2,
attr_a_3: someValue_3,
attr_a_4: someValue_4,
},
attr_b: [
{
attr_b_1: someValue_1,
attr_b_2: someValue_2,
attr_b_3: someValue_3,
attr_b_4: someValue_4,
attr_b_5: someValue_5,
attr_b_6: someValue_6,
attr_b_7: someValue_7,
attr_b_8: someValue_8,
attr_b_9: someValue_9,
},
{
attr_b_1: someValue_1,
attr_b_2: someValue_2,
attr_b_3: someValue_3,
attr_b_4: someValue_4,
attr_b_5: someValue_5,
attr_b_6: someValue_6,
attr_b_7: someValue_7,
attr_b_8: someValue_8,
attr_b_9: someValue_9
},
{
...
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant