fix: fixed auth scopes
998f76dc
1 file(s) · +2 −2
| 38 | 38 | redirect_uris: [redirectUri], |
|
| 39 | 39 | grant_types: ["authorization_code", "refresh_token"], |
|
| 40 | 40 | response_types: ["code"], |
|
| 41 | - | scope: "atproto repo:site.standard.graph.subscription?action=create&action=delete", |
|
| 41 | + | scope: "atproto blob:*/* repo:site.standard.document", |
|
| 42 | 42 | token_endpoint_auth_method: "none", |
|
| 43 | 43 | application_type: "web", |
|
| 44 | 44 | dpop_bound_access_tokens: true, |
|
| 55 | 55 | pdsUrl: c.env.PDS_URL, |
|
| 56 | 56 | clientId, |
|
| 57 | 57 | redirectUri, |
|
| 58 | - | scope: "atproto repo:site.standard.graph.subscription?action=create&action=delete", |
|
| 58 | + | scope: "atproto blob:*/* repo:site.standard.document", |
|
| 59 | 59 | }); |
|
| 60 | 60 | ||
| 61 | 61 | return c.redirect(authUrl); |
|