[18:20:48] i'm looking at having to migrate someone's old custom AuthPlugin to SessionManager/AuthManager; the actual MediaWiki side is like ~50 lines of code at most, though it defers to some big code they have in a shared library with some non-MW code [18:21:44] is there anything i should look out for/sample code? the manual: page seems more focused on flow for more OAuth-type scenarios [18:22:37] you have seen https://www.mediawiki.org/wiki/Manual:SessionManager_and_AuthManager/Updating_tips presumably? [18:24:54] You can look at the subtasks of T110291 for examples (most aren't AuthPlugin extensions but you can usually guess from the name). [18:24:54] T110291: Update all extensions to use AuthManager - https://phabricator.wikimedia.org/T110291 [18:29:28] ah, that wasn't linked from https://www.mediawiki.org/wiki/Manual:SessionManager_and_AuthManager, so i didn't notice it [18:29:53] i'll check these out