this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lexicons): narrow registry write permissions

Limit the OAuth permission set to project profile writes so regular users are not asked for featured-directory write access.

Made-with: Cursor

+1 -2
+1 -2
lexicons/com/atmosphereaccount/registry/fullPermissions.json
··· 11 11 "type": "permission", 12 12 "resource": "repo", 13 13 "collection": [ 14 - "com.atmosphereaccount.registry.profile", 15 - "com.atmosphereaccount.registry.featured" 14 + "com.atmosphereaccount.registry.profile" 16 15 ] 17 16 } 18 17 ]