[dokuwiki] New PR: fallback to auth_login check when trustExternal returns null

  • From: "phy25" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Tue, 10 Mar 2020 01:12:30 +0100 (CET)

Hi,

phy25 opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/3006:

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.

Closes #2701.

Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

d438d480-6263-11ea-9f03-f9bd5dd0cd98


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: fallback to auth_login check when trustExternal returns null - phy25