mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [ADD] Preliminary API implementation. Need doc
* [ADD] API token authentication * [FIX] Fixed issue on account searches
This commit is contained in:
@@ -54,6 +54,11 @@ interface ActionsInterface {
|
||||
const ACTION_MGM_CUSTOMERS_NEW = 621;
|
||||
const ACTION_MGM_CUSTOMERS_EDIT = 622;
|
||||
const ACTION_MGM_CUSTOMERS_DELETE = 623;
|
||||
const ACTION_MGM_APITOKENS = 63;
|
||||
const ACTION_MGM_APITOKENS_NEW = 630;
|
||||
const ACTION_MGM_APITOKENS_VIEW = 631;
|
||||
const ACTION_MGM_APITOKENS_EDIT = 632;
|
||||
const ACTION_MGM_APITOKENS_DELETE = 633;
|
||||
const ACTION_USR = 70;
|
||||
const ACTION_USR_USERS = 71;
|
||||
const ACTION_USR_USERS_VIEW= 710;
|
||||
|
||||
Reference in New Issue
Block a user