[dokuwiki] New PR: Implement Token Authentication

  • From: "splitbrain" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 21 Jun 2018 19:04:43 +0200 (CEST)

Hi,

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

This implements #2431. Users can set up the token in their profile. Requests 
that send the token in an authorization header will be authorized automatically:

    Authorization: DokuWiki <token>

The token is two parts: the first part encodes the user (using MD5) the second 
part is the actual random token.

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

312c2440-7575-11e8-870e-86f635208487


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

Other related posts:

  • » [dokuwiki] New PR: Implement Token Authentication - splitbrain