mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 20:02:24 -05:00
[docs] Add oauth token authentication workflow (#2655)
* add authentication workflow to docs * fixed the markdown callouts and added the new page to the mkdocs.yml * fixed the markdown callouts properly this time * applied the suggested edits * inline styles don't render in code blocks; added bash to the curl code blocks * scopes list was not rendering as a list; fixed a typo in getting your token warning * scopes can be a space separated list and not just one * apply suggested change to authentication.md Co-authored-by: Daenney <daenney@users.noreply.github.com> * applied latest suggested edits * added information on Gts scoped tokens * fixed admonition formatting --------- Co-authored-by: Daenney <daenney@users.noreply.github.com>
This commit is contained in:
parent
4b0eefbcc9
commit
403f5c0528
2 changed files with 118 additions and 0 deletions
|
|
@ -124,5 +124,6 @@ nav:
|
|||
- "federation/federating_with_gotosocial.md"
|
||||
- "API Documentation":
|
||||
- "api/swagger.md"
|
||||
- "api/authentication.md"
|
||||
- "api/ratelimiting.md"
|
||||
- "api/throttling.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue