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