Home
last modified time | relevance | path

Searched hist:"7 ffd5bd274abfe72d9284c134c58dfa6ee0fdc80" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/inc/
H A DJWTTest.php7ffd5bd274abfe72d9284c134c58dfa6ee0fdc80 Thu Aug 01 15:23:34 UTC 2024 Andreas Gohr <andi@splitbrain.org> alternative token header support

The Authorization header is not always passed on to PHP, depending on
the setup (See https://stackoverflow.com/q/34472303 for examples and
workarounds).

This patch adds support for an alternative X-DokuWiki-Token header that
can be used when using token authentication and the standard
Authorization header can not be used.

/dokuwiki/inc/
H A Dauth.php7ffd5bd274abfe72d9284c134c58dfa6ee0fdc80 Thu Aug 01 15:23:34 UTC 2024 Andreas Gohr <andi@splitbrain.org> alternative token header support

The Authorization header is not always passed on to PHP, depending on
the setup (See https://stackoverflow.com/q/34472303 for examples and
workarounds).

This patch adds support for an alternative X-DokuWiki-Token header that
can be used when using token authentication and the standard
Authorization header can not be used.