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
When creating a new session for a scoped location, ensure that we not only request a token for the location's specified scope, but also for the config.oauth_auth_scope to keep the number of session upgrades that need to happen at a minimum.
When creating a new session for a scoped location, ensure that we not only request a token for the location's specified scope, but also for the
config.oauth_auth_scope
to keep the number of session upgrades that need to happen at a minimum.Example:
During a session upgrade, we should make sure to compound current scopes to reduce the number of session upgrades.
Example:
The text was updated successfully, but these errors were encountered: