-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
breaking change ☠️API change likely to affect existing codeAPI change likely to affect existing code
Description
When user specifies no scope, does it make more sense to select only "full" vs all scopes?
In favor: "full" implies all the other scopes. Using all 4 scopes is redundant.
Against: Once gargle starts to ask "does this token have the scope I need?" as opposed to "does this token have this exact set of scopes?", it is nice to have them all listed.
What if someone gets a token by explicitly asking for "full"? They have enough to scope to "compose" but gargle can't detect that w/o using external knowledge of the API.
Metadata
Metadata
Assignees
Labels
breaking change ☠️API change likely to affect existing codeAPI change likely to affect existing code