History log of /dokuwiki/inc/JWT.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 4a9d6ae2 02-Jul-2024 mauli <mauli+gitstuff-things@maulware.com>

Move JWT token into metadir #4239

Moving JWT token store away from cache directory,
to have long-lived authentication files properly stored.

Using sha256 on the files instead of md5, to help mitiga

Move JWT token into metadir #4239

Moving JWT token store away from cache directory,
to have long-lived authentication files properly stored.

Using sha256 on the files instead of md5, to help mitigate
potential hash collision as filenames are based on username.

show more ...


# cf927d07 28-Nov-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes


# 87603a0a 28-Nov-2023 Andreas Gohr <andi@splitbrain.org>

handle JSON encode/decode errors in JSONRPC API


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

added tests for auth token handling


# 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 ...