docs: Make the docs easier to read and and some links.

This commit is contained in:
Feanil Patel
2023-08-17 11:11:59 -04:00
parent 5a1abcb64f
commit df5759ca37
2 changed files with 25 additions and 14 deletions

View File

@@ -8,6 +8,8 @@ Authentication Related Code Samples
examples are useful but you should generally not expose any of these tokens
to systems or clients you don't trust.
.. _JWT from user:
Get a JWT with a Username and Password
**************************************
@@ -39,6 +41,8 @@ Get a JWT with a Username and Password
.. note:: The client type must be ``public`` for this to work.
.. _JWT from application:
Get a JWT with a client_id and client_secret
********************************************