update oauth

This commit is contained in:
lendry
2026-06-25 14:23:55 +03:00
parent c3e06e03cf
commit 1796008a28
21 changed files with 340 additions and 64 deletions

View File

@@ -185,6 +185,9 @@ message PublicUser {
bool canViewUsers = 19;
bool canViewUserDocuments = 20;
bool hasPassword = 21;
bool canViewOAuth = 22;
bool canManageAllOAuth = 23;
bool canManageAllUsers = 24;
}
message AuthTokens {