Add API tokens support #9

Merged
pierre merged 40 commits from api into master 2024-04-23 17:04:45 +00:00
Showing only changes of commit 8fc03d43bc - Show all commits

View File

@ -105,5 +105,5 @@ pub const API_TOKEN_DESCRIPTION_MIN_LENGTH: usize = 5;
/// API token description max length
pub const API_TOKEN_DESCRIPTION_MAX_LENGTH: usize = 30;
/// API token path max length
/// API token right path max length
pub const API_TOKEN_PATH_MAX_LENGTH: usize = 255;