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
OAuth scopes are space-separated, but I've seen people accidentally include leading/trailing or duplicate delineating spaces when manually writing the scope header. It should be safe to ignore completely empty scopes instead of issuing an error.
The text was updated successfully, but these errors were encountered:
OAuth scopes are space-separated, but I've seen people accidentally include leading/trailing or duplicate delineating spaces when manually writing the scope header. It should be safe to ignore completely empty scopes instead of issuing an error.
The text was updated successfully, but these errors were encountered: