rip.pds.authFull
Schema Diff
+2 -2
1
1
{
2
2
"id": "rip.pds.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "pds.rip",
7
7
"detail": "Manage the sandbox accounts you issue, and how long they live.",
8
8
"permissions": [
9
9
{
10
-
"aud": "did:web:pds.rip#accounts",
11
10
"lxm": [
12
11
"rip.pds.account.listAccounts",
13
12
"rip.pds.account.createAccount",
14
13
"rip.pds.account.extendExpiry",
15
14
"rip.pds.account.deleteAccount",
16
15
"rip.pds.account.putServices"
17
16
],
18
17
"type": "permission",
19
-
"resource": "rpc"
18
+
"resource": "rpc",
19
+
"inheritAud": true
20
20
}
21
21
]
22
22
}
23
23
},
24
24
"$type": "com.atproto.lexicon.schema",
25
25
"lexicon": 1
26
26
}