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
implement user login using the OAuth service on Wikimedia
Objective
users should be able to log in successfully using their Wikimedia account
Technical implementation steps
The developer must register the application (often called "consumer" in the OAuth terminology) on the wiki, possibly go through some sort of review process, and will receive some credentials.
When a user wants to use it, the application must initiate an authorisation process. This will involve sending the user to a special page on the wiki, which will display an authorisation dialog. If the user accepts, the application will receive another set of credentials (which are specific to that user, and can be revoked by the user at any time).
When the application actually needs to make an action (API request) on the user's behalf, it can combine the credentials received in steps 1 and 2 to sign the request.
The text was updated successfully, but these errors were encountered:
User Login implementation
implement user login using the OAuth service on Wikimedia
Objective
users should be able to log in successfully using their Wikimedia account
Technical implementation steps
The text was updated successfully, but these errors were encountered: