django.core.exceptions DisallowedRedirect Example Code

DisallowedRedirect is a class within the django.core.exceptions module of the Django project.

Example 1 from django-oauth-toolkit

django-oauth-toolkit (project website and PyPI package information) is a code library for adding and handling OAuth2 flows within your Django web application and API.

The django-oauth-toolkit project is open sourced under the FreeBSD license and it is maintained by the developer community group Jazzband.

django-oauth-toolkit / oauth2_provider / http.py