{% extends "_root.html" %} {% block body %}

Sample IndieAuth app

This is meant to be a simple IndieAuth app that developers can use to test out their IndieAuth implementations. You can exchange an authorization code for a profile or token.

The icons used for this project are from https://github.com/apancik/public-domain-icons.

{% endblock %}