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
I have just discovered that the option to set custom connectionScopes in a Lock constructor stopped working at version 10.16.0. I have experimented a little and the bug occurs from 10.12.0 and above.
@luisrudge Had this reported in ZD so I'll up vote on their behalf 😄
I did a bit of debugging to compare 10.11 and 10.12 (the breaking change).
In 10.12 the connection_scope now runs through normalizeAuthParams, when it comes to building the authorizeurl this param is no longer available to be added to the URL.
Hi there,
I have just discovered that the option to set custom
connectionScopes
in a Lock constructor stopped working at version10.16.0
. I have experimented a little and the bug occurs from10.12.0
and above.This is how I construct the lock:
Works flawlessly in
10.11.0
but in10.12.0
,10.13.0
and10.16.0
, no custom scopes are ever set.The text was updated successfully, but these errors were encountered: