mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 07:52:25 -06:00
fix docs links
This commit is contained in:
parent
e86f7ef0d9
commit
6194af4120
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ The string `urn:ietf:wg:oauth:2.0:oob` is an indication of what is known as out-
|
|||
|
||||
In this spirit, "read" is used in the example above, which means that the application will be restricted to only being able to do "read" actions.
|
||||
|
||||
For a list of available scopes, see https://docs.gotosocial.org/en/latest/api/swagger/
|
||||
For a list of available scopes, see [the swagger docs](https://docs.gotosocial.org/en/latest/api/swagger/).
|
||||
|
||||
!!! warning
|
||||
GoToSocial did not support scoped authorization tokens before version 0.19.0, so if you are using a version of GoToSocial below that, then any token you obtain in this process will be able to perform all actions on your behalf, including admin actions if your account has admin permissions.
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ In the applications section, you can create a new managed OAuth client applicati
|
|||
|
||||
### What is an OAuth client application?
|
||||
|
||||
A GoToSocial OAuth client application is equivalent to an OAuth 2.0 client as described here: https://auth0.com/intro-to-iam/what-is-oauth-2#oauth20-roles.
|
||||
A GoToSocial OAuth client application is equivalent to an OAuth 2.0 client as described in [the Auth0 roles docs](https://auth0.com/intro-to-iam/what-is-oauth-2#oauth20-roles).
|
||||
|
||||
When you create an application, you can then, as the "Resource Owner" of your account, give the application access to your account via an access token, which the application can use to interact with the GoToSocial client API "as you", or "on your behalf".
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue