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
{{ message }}
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
Lock generates a token without the scopes that I need. When I pass the scopes as 'authParams' it fills the app. It only happens when I have the prop 'scope' in 'authParams'
{...}lock().show({
closable: true, // This works
disableSignUp: true, // This works
authParams: {
scope: {
users: {
actions: [
"read"
]
}
}
}
}, funct{...}
Lock generates a token without the scopes that I need. When I pass the scopes as 'authParams' it fills the app. It only happens when I have the prop 'scope' in 'authParams'
Also, I've tried passing as a string
The same happens if the scope is null or an empty object
The text was updated successfully, but these errors were encountered: