fix parsing errors and sphinx warnings
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
8fb9b2fdf0
commit
ba720c3d77
98 changed files with 4799 additions and 4788 deletions
|
@ -4,23 +4,23 @@ Oauthlib vs Authlib
|
|||
Resources
|
||||
---------
|
||||
|
||||
* Oauthlib: https://oauthlib.readthedocs.io/en/latest/
|
||||
* Authlib: https://docs.authlib.org/en/latest/
|
||||
|
||||
- Oauthlib: https://oauthlib.readthedocs.io/en/latest/
|
||||
- Authlib: https://docs.authlib.org/en/latest/
|
||||
|
||||
Discussion
|
||||
----------
|
||||
Which library should be used to replace the currently used and deprecated
|
||||
oauth2client. The two main contenders are Oauthlib and Authlib.
|
||||
|
||||
Authlib is the more popular of the two choices as seen in this `graph https://python.libhunt.com/compare-authlib-vs-oauthlib`_.
|
||||
For flask the oauthlib developers themselves recommend using authilib
|
||||
Which library should be used to replace the currently used and deprecated oauth2client.
|
||||
The two main contenders are Oauthlib and Authlib.
|
||||
|
||||
Authlib is the more popular of the two choices as seen in this `graph
|
||||
<https://python.libhunt.com/compare-authlib-vs-oauthlib>`_. For flask the oauthlib
|
||||
developers themselves recommend using authilib
|
||||
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
|
||||
the developer.
|
||||
|
||||
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 the developer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue