Searched hist:"81 e99965a7aab42532a9b5313c6c64b8272c436c" (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/inc/Extension/ |
H A D | AuthPlugin.php | 81e99965a7aab42532a9b5313c6c64b8272c436c Tue Mar 10 00:10:54 UTC 2020 Phy <git@phy25.com> fallback to auth_login check when trustExternal returns null
This is a work based on #2701, Before this patch, it is either fully external, or fully internal (and DokuWiki's auth cookie mechanism is used in auth_login()). I believe we should provide plugin developers with a third state as out-put. Semantically $auth->trustExternal() === null to delegate auth flow back to DokuWiki makes sense to me - like no external auth result is returned, so we need to run internal auth flow.
Co-Authored-By: paweljasinski <paweljasinski@users.noreply.github.com>
|
/dokuwiki/inc/Remote/ |
H A D | ApiCore.php | 81e99965a7aab42532a9b5313c6c64b8272c436c Tue Mar 10 00:10:54 UTC 2020 Phy <git@phy25.com> fallback to auth_login check when trustExternal returns null
This is a work based on #2701, Before this patch, it is either fully external, or fully internal (and DokuWiki's auth cookie mechanism is used in auth_login()). I believe we should provide plugin developers with a third state as out-put. Semantically $auth->trustExternal() === null to delegate auth flow back to DokuWiki makes sense to me - like no external auth result is returned, so we need to run internal auth flow.
Co-Authored-By: paweljasinski <paweljasinski@users.noreply.github.com>
|
/dokuwiki/inc/ |
H A D | auth.php | 81e99965a7aab42532a9b5313c6c64b8272c436c Tue Mar 10 00:10:54 UTC 2020 Phy <git@phy25.com> fallback to auth_login check when trustExternal returns null
This is a work based on #2701, Before this patch, it is either fully external, or fully internal (and DokuWiki's auth cookie mechanism is used in auth_login()). I believe we should provide plugin developers with a third state as out-put. Semantically $auth->trustExternal() === null to delegate auth flow back to DokuWiki makes sense to me - like no external auth result is returned, so we need to run internal auth flow.
Co-Authored-By: paweljasinski <paweljasinski@users.noreply.github.com>
|