See parent task and T110414#1578206.
Description
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/OAuthAuthentication | master | +1 K -107 | [WIP] Use AuthManager |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Deskana | T75616 Tracking: API/backend issues blocking Wikipedia app development | |||
Resolved | Anomie | T32788 Allow triggering of user password reset email via the API | |||
Open | None | T90925 General authentication improvements for MediaWiki | |||
Resolved | Anomie | T48179 Allow a challenge stage during authentication | |||
Open | None | T5709 Refactoring to make external authentication and identity systems easier | |||
Resolved | Tgr | T43201 UserLoadFromSession considered evil | |||
Resolved | Anomie | T67493 Session is started by EditAction (problem for extensions using UserLoadFromSession hook) | |||
Open | None | T55156 Provide option to force a login session to end within a certain time | |||
Open | None | T89459 Modernize MediaWiki authentication system (AuthManager) | |||
Open | None | T110291 Update all extensions to use AuthManager | |||
Open | None | T231911 Basic configuration for Wikispore | |||
Open | None | T231908 Integrate Wikispore with SUL | |||
Open | None | T110460 Update OAuthAuthentication to use AuthManager |
Event Timeline
Change 251930 had a related patch set uploaded (by Gergő Tisza):
[WIP] Use AuthManager
Mentioned in SAL [2016-06-29T08:53:30Z] <zhuyifei1999_> downgraded MediaWiki to 1.26 pending fix for T110460
FYI: apparently HHVM keeps crashing (500 hphp_invoke, no logs) on OAuth finalize with REL1_27 branch. I guess it's due to the fact that the extension is not using AuthManager.
@Tgr I would be interested in using this extension on a Mediawiki 1.30, do you plan to finish this task?
For reference, wfResetSessionID() is gone in 1.34 as of https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/518327/
The fact that wfResetSessionID() is not available in MW 1.34 means this extension is no longer usable with the current and upcoming MW versions until it is updated?
As I see the new version is in the works for years and not yet ready, can anyone suggest an alternative extension to allow unified accounts on different Wikis?
Thanks