1
1
role :
2
- # TODO: review permissions for roles after Auth System V2 is finished (https://github.com/unicsmcr/hs_auth/issues/81)
3
2
unverified :
4
3
- " hs:hs_auth:frontend:EmailUnverifiedPage"
5
4
- " hs:hs_auth:frontend:EmailUnverifiedPageComponents"
6
5
- " hs:hs_auth:frontend:VerifyEmailResend"
6
+ - " hs:hs_auth:api:v2:ResendEmailVerification?path_id=me"
7
+ - " hs:hs_auth:api:v2:GetAuthorizedResources"
7
8
applicant :
8
9
- " hs:hs_auth:frontend:ProfilePage"
9
10
- " hs:hs_auth:frontend:ProfilePageComponents:Default"
10
11
- " hs:hs_auth:frontend:ProfilePageComponents:TeamPanel"
11
12
- " hs:hs_auth:frontend:CreateTeam"
12
13
- " hs:hs_auth:frontend:JoinTeam"
13
14
- " hs:hs_auth:frontend:LeaveTeam"
14
- - " hs:hs_auth:api:v2:Register"
15
15
- " hs:hs_auth:api:v2:GetUser?path_id=me"
16
- - " hs:hs_auth:api:v2:Login "
16
+ - " hs:hs_auth:api:v2:GetUsers?query_team=me "
17
17
- " hs:hs_auth:api:v2:CreateTeam"
18
+ - " hs:hs_auth:api:v2:SetTeam?path_id=me"
19
+ - " hs:hs_auth:api:v2:RemoveFromTeam?path_id=me"
18
20
- " hs:hs_auth:api:v2:GetTeam?path_id=me"
21
+ - " hs:hs_auth:api:v2:GetAuthorizedResources"
19
22
- " hs:hs_apply:apply"
20
23
attendee :
21
24
- " hs:hs_auth:frontend:ProfilePage"
@@ -24,21 +27,22 @@ role:
24
27
- " hs:hs_auth:frontend:CreateTeam"
25
28
- " hs:hs_auth:frontend:JoinTeam"
26
29
- " hs:hs_auth:frontend:LeaveTeam"
27
- - " hs:hs_auth:api:v2:Register"
28
30
- " hs:hs_auth:api:v2:GetUser?path_id=me"
29
- - " hs:hs_auth:api:v2:Login "
31
+ - " hs:hs_auth:api:v2:GetUsers?query_team=me "
30
32
- " hs:hs_auth:api:v2:CreateTeam"
33
+ - " hs:hs_auth:api:v2:SetTeam?path_id=me"
34
+ - " hs:hs_auth:api:v2:RemoveFromTeam?path_id=me"
31
35
- " hs:hs_auth:api:v2:GetTeam?path_id=me"
36
+ - " hs:hs_auth:api:v2:GetAuthorizedResources"
32
37
- " hs:hs_apply:apply"
33
38
- " hs:hs_hub"
34
39
volunteer :
35
40
- " hs:hs_auth:frontend:ProfilePage"
36
41
- " hs:hs_auth:frontend:ProfilePageComponents:Default"
37
- - " hs:hs_auth:api:v2:Register"
38
- - " hs:hs_auth:api:v2:GetUser?path_id=me"
39
- - " hs:hs_auth:api:v2:Login"
40
- - " hs:hs_auth:api:v2:CreateTeam"
41
- - " hs:hs_auth:api:v2:GetTeam?path_id=me"
42
+ - " hs:hs_auth:api:v2:GetUser"
43
+ - " hs:hs_auth:api:v2:GetUsers"
44
+ - " hs:hs_auth:api:v2:GetTeams"
45
+ - " hs:hs_auth:api:v2:GetAuthorizedResources"
42
46
- " hs:hs_apply:apply"
43
47
- " hs:hs_hub"
44
48
- " hs:hs_apply:review"
0 commit comments