0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-12-25 22:40:42 -05:00

docs: 1.20: cherry-pick user/oauth2-provider.md

* 2173f14708ff3b35d7821fc9b6dcb5fcd06b8494
This commit is contained in:
Earl Warren 2023-04-28 16:58:17 +02:00 committed by Caesar Schinas
parent 0765580805
commit b0078c85e5
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -46,6 +46,7 @@ Forgejo supports the following scopes for tokens:
|     **write:public_key** | Grant read/write access to public keys | |     **write:public_key** | Grant read/write access to public keys |
|     **read:public_key** | Grant read-only access to public keys | |     **read:public_key** | Grant read-only access to public keys |
| **admin:org_hook** | Grants full access to organizational-level hooks | | **admin:org_hook** | Grants full access to organizational-level hooks |
| **admin:user_hook** | Grants full access to user-level hooks |
| **notification** | Grants full access to notifications | | **notification** | Grants full access to notifications |
| **user** | Grants full access to user profile info | | **user** | Grants full access to user profile info |
|     **read:user** | Grants read access to user's profile | |     **read:user** | Grants read access to user's profile |