- Fix breadcrumbs for compatibility with Datasette 0.63+.
1.2.1
- Upgraded for compatibility with latest Datasette. [24](https://github.com/simonw/datasette-indieauth/issues/24), [#25](https://github.com/simonw/datasette-indieauth/issues/25) - Dropped support for Python 3.6.
1.2
- Follow redirects to find the canonical version of the URL provided by the user. 23 - Verify `authorization_endpoint` at end of flow. 22
1.1
- Fix for critical security issue: [Implementation trusts the "me" field returned by the authorization server without verifying it](https://github.com/simonw/datasette-indieauth/security/advisories/GHSA-mjcr-rqjg-rhg3).
1.0
Not secure
- Remove IndieAuth.com fallback. 14 - Increased test coverage to 100%. 19 - Better error handling for invalid IndieAuth IDs. 20
0.3.2
Not secure
- Fixed error authenticating against older providers that return form-encoded data rather than JSON. 18 - Better error handling on `/-/indieauth/done`. 17