History log of /dokuwiki/inc/Action/Authtoken.php (Results 1 – 2 of 2)
Revision Date Author Comments
# cf927d07 28-Nov-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes


# 455aa67e 25-Apr-2023 Andreas Gohr <andi@splitbrain.org>

Introduce token authentication #2431

This generates a JWT token for users. This token can be sent in a Bearer
authentication header as a login mechanism. Users can reset their token
in the profile.

Introduce token authentication #2431

This generates a JWT token for users. This token can be sent in a Bearer
authentication header as a login mechanism. Users can reset their token
in the profile.

Note: a previously suggested implementation used a custom token format,
not JWT tokens

show more ...