From 5d2bdf628b4f9457ce2895179a1d560ec55f651f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Feb 05 2019 08:11:38 +0000 Subject: Add flask-oidc and mozilla-django-oidc Signed-off-by: Patrick Uiterwijk --- diff --git a/docs/dev-guide/auth.rst b/docs/dev-guide/auth.rst index bbc5b69..3b8694e 100644 --- a/docs/dev-guide/auth.rst +++ b/docs/dev-guide/auth.rst @@ -76,6 +76,17 @@ to be actively maintained, but it is a reasonable starting point for our few Pyramid applications. +Flask-OIDC +---------- + +`Flask-OIDC`_ is a Flask extension. + + +Mozilla-Django-OIDC +------------------- +`Mozilla-Django-OIDC`_ is a Django extension for OpenID Connect. + + .. _Authentication Wiki page: https://fedoraproject.org/wiki/Infrastructure/Authentication .. _examples: https://github.com/lepture/flask-oauthlib/tree/master/example @@ -93,3 +104,5 @@ Pyramid applications. .. _Requests-OAuthlib: https://requests-oauthlib.readthedocs.io/ .. _Requests: http://docs.python-requests.org/ .. _scope: https://tools.ietf.org/html/rfc6749#section-3.3 +.. _Flask_OIDC: https://github.com/puiterwijk/flask-oidc +.. _mozilla-django-oidc: https://github.com/mozilla/mozilla-django-oidc