History log of /dokuwiki/_test/tests/inc/JWTTest.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 9ad2b913 25-Nov-2024 Andreas Gohr <andi@splitbrain.org>

replace deprecated phpunit assertions


# 7ffd5bd2 01-Aug-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

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.

show more ...


# 403d6a9f 26-Apr-2023 Andreas Gohr <andi@splitbrain.org>

added tests for auth token handling