{% extends "example/base.html" %} {% load url from future %} {% block content %}

Hello, OAuth!

Welcome to the OAuth Playground, an utility to show off and test django-oauth-toolkit's capabilities.

Github Repo »

OAuth2 Consumer

Authorization Code flow

Do you have an OAuth2 provider implementing the Authorization Code flow and want to test how it goes?

Use me as a Consumer! »

OAuth2 Provider

Authorization Code flow

TODO!

Use me as a Provider! »

OAuth2 Provider

Implicit Grant flow

TODO!

Use me as a Provider! »


{% endblock %}