Skip to content

Add "Add link" button and send edit to wiki, using OAuth #9

@framawiki

Description

@framawiki

Thanks for this very useful tool.
It would be more user-friendly to have a simple button "Add link" next to the results list. It is possible to edit pages on behalf of the user using OAuth (retrieve user token, then use this token to send the edit to wiki server).
https://www.mediawiki.org/wiki/OAuth/For_Developers

There is already a reference to this in codebase, but I guess it was just testing until now.

if "oauth_verifier" in request.args and "oauth_token" in request.args:

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions