Store objects as JSON or CBOR (see #197) instead of using a hash map.
The value of the hash map field can only be a string, number, or buffer. While objects can have nested structures. There's also little benefit to an hmap, unless you want to get specific fields, which isn't used.
The save role association function probably isn't working correctly because of this.
Store objects as JSON or CBOR (see #197) instead of using a hash map.
The value of the hash map field can only be a string, number, or buffer. While objects can have nested structures. There's also little benefit to an hmap, unless you want to get specific fields, which isn't used.
The save role association function probably isn't working correctly because of this.