rollupid
rollupid copied to clipboard
feat(passport): Authorization scope request qualification/narrowing
Developers may have scenarios where they require authorization to a specific narrowly-focused set of scope claims. Eg. for connected_accounts, a developer may only require the connected account details for github or eth
Support should be added for this. Design to think about:
(scopevalue):(provider), eg. connected_accounts:github. This allows for future privilege-narrowing with fragment segments, eg. connected_accounts:github#read