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