A special page is needed to allow a user to see and, if necessary, revoke their OAuth 2.0 grants.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | • CCicalese_WMF | T229500 Add OAuth 2.0 support to MediaWiki | |||
| Resolved | • CCicalese_WMF | T229501 Add OAuth 2.0 support to MediaWiki for use by web-based clients | |||
| Resolved | None | T232634 Manage OAuth 2.0 grants for a user | |||
| Resolved | Reedy | T239940 Security review of OAuth 2.0 patches |
Event Timeline
Comment Actions
I kinda wish we could do this without reinventing the wheel (ie a separate version of SpecialMWOAuthManageMyGrants)
But as OAuth 1.0 and 2.0 are standalone, no dependancies... This would require something in MW (or somewhere in common) for "managing"/displaying this, and allowing extensions to display stuff on this page
Probably excess complexity etc