web components for a integratabtle atproto based guestbook

use repo collection in oauth scope instead of transition:generic #1

merged opened by yuna0x0.com targeting main from yuna0x0.com/cutebook: oauth-repo-scope
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:2yoe6bdxkriejoszdzevaxoy/sh.tangled.repo.pull/3mf774uam3p22
+3 -3
Diff #0
+2 -2
README.md
··· 27 27 oauth: { 28 28 clientId: 'https://your-app.com/client-metadata.json', 29 29 redirectUri: 'https://your-app.com/', 30 - scope: 'atproto transition:generic', 30 + scope: 'atproto repo:pet.nkp.guestbook.sign', 31 31 }, 32 32 }); 33 33 ``` ··· 54 54 oauth: { 55 55 clientId: 'https://your-app.com/client-metadata.json', 56 56 redirectUri: 'https://your-app.com/', 57 - scope: 'atproto transition:generic', 57 + scope: 'atproto repo:pet.nkp.guestbook.sign', 58 58 }, 59 59 }); 60 60
+1 -1
demo/public/client-metadata.json
··· 3 3 "client_name": "guestbook", 4 4 "client_uri": "https://guestbook.nkp.pet", 5 5 "redirect_uris": ["https://guestbook.nkp.pet/"], 6 - "scope": "atproto transition:generic", 6 + "scope": "atproto repo:pet.nkp.guestbook.sign", 7 7 "grant_types": ["authorization_code", "refresh_token"], 8 8 "response_types": ["code"], 9 9 "token_endpoint_auth_method": "none",

History

1 round 2 comments
sign up or login to add to the discussion
yuna0x0.com submitted #0
1 commit
expand
use repo collection in oauth scope instead of transition:generic
expand 2 comments

fix typo in pr description: ...instead of broad transition:generic permission.

pull request successfully merged