fix rst warnings

Fixes a bunch of warnings -- mostly title underscores not matching the
titles

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2022-05-05 12:52:09 +10:00
parent 86b8a42a67
commit 89e13e4513
4 changed files with 10 additions and 10 deletions

View file

@ -10,7 +10,7 @@ to create an ouath2 webserver flow which validates based on oidc tokens.
This needs to be replaced using a new library.
Authlib
------
-------
Authlib has the functionality to follow this flow and use oidc on top of oauth2
functionality https://docs.authlib.org/en/latest/client/oauth2.html#oauth-2-openid-connect

View file

@ -1,5 +1,5 @@
Flask-oidc
========
==========
Purpose
-------

View file

@ -1,5 +1,5 @@
Oauthlib vs Authlib
=====================
===================
Resources
---------
@ -9,7 +9,7 @@ Resources
Discussion
---------
----------
Which library should be used to replace the currently used and deprecated
oauth2client. The two main contenders are Oauthlib and Authlib.
@ -19,7 +19,7 @@ https://github.com/lepture/flask-oauthlib#readme
Conclusion
---------
----------
Authlib seems to be the best candidate for this initiative. There is knowledge
in the team of the library as it was used in bodhi. It also appears to have an
easier to implement and has a flask integration and is recommended for use by