You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
Add argument user_device_tracking to set device tracking to OFF, ALWAYS or USER_OPT_IN
BREAKING CHANGE: Remove argument device_only_remembered_on_user_prompt. Replaced by user_device_tracking.
Default behavior did not change. How to migrate:
device_only_remembered_on_user_prompt=true: Set user_device_tracking='USER_OPT_IN'
device_only_remembered_on_user_prompt=false: Set user_device_tracking='ALWAYS'
device_only_remembered_on_user_prompt=null: Set user_device_tracking='OFF'
Fixes
Allow to cleanly turn off user device tracking by setting new variable user_device_tracking to OFF. #23
The type of the clients output is a map of objects instead of a list.