auth.set_attribute ================== Set current user's `attributes` dictionary `key` to `value`. e.g. Setting key="foo" value="var" will result in {"attributes": {"foo": "bar"}} .. raw:: html
Attribute key name.
Attribute value to set.
Returns null when the attribute is successfully set.