feat(backend): allow suspended users to access some endpoints, add flag scopes
This commit is contained in:
parent
7f8e72e857
commit
5cb3faa92b
7 changed files with 57 additions and 25 deletions
|
@ -35,6 +35,9 @@ public static class AuthUtils
|
|||
"user.read_hidden",
|
||||
"user.read_privileged",
|
||||
"user.update",
|
||||
"user.read_flags",
|
||||
"user.create_flags",
|
||||
"user.update_flags",
|
||||
];
|
||||
|
||||
public static readonly string[] MemberScopes =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue