[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:
Camille Frantz 2024-02-24 02:41:38 -06:00 committed by GitHub
commit 403f5c0528
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 118 additions and 0 deletions

View file

@ -124,5 +124,6 @@ nav:
- "federation/federating_with_gotosocial.md"
- "API Documentation":
- "api/swagger.md"
- "api/authentication.md"
- "api/ratelimiting.md"
- "api/throttling.md"