-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
phpPull requests that update Php codePull requests that update Php codephp8trivialThis pull request is trivial to review, or this issue is trivial to resolveThis pull request is trivial to review, or this issue is trivial to resolve
Description
/oauth/callback.php
is a left-over from the pre-newinternal days that was kept around so we didn't have to recreate the OAuth application on-wiki and force everyone to re-authenticate.
Since we enabled OAuth-based creation, we had to create a new OAuth application and force everyone to re-authenticate anyway, so production is now using the /internal.php/oauth/callback/authorise
path instead.
We should delete /oauth/callback.php
and anything that becomes unused due to it's deletion (OAuthRequestRouter
comes to mind, but it may not be the only thing).
Metadata
Metadata
Assignees
Labels
phpPull requests that update Php codePull requests that update Php codephp8trivialThis pull request is trivial to review, or this issue is trivial to resolveThis pull request is trivial to review, or this issue is trivial to resolve
Type
Projects
Status
Incoming