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
fix(auth): add 'profile' as a non-write scope alias
'profile' is a standard OpenID Connect alias for
userinfo.profile and does not grant write access.
Without this, --scopes=profile would incorrectly
classify the session as having write access.
0 commit comments