Releases: simonw/datasette-indieauth
Releases · simonw/datasette-indieauth
1.2.2
- Fix breadcrumbs for compatibility with Datasette 0.63+.
1.2.1
- Upgraded for compatibility with latest Datasette. #24, #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.0
- Remove IndieAuth.com fallback. #14
- Increased test coverage to 100%. #19
- Better error handling for invalid IndieAuth IDs. #20
0.3.2
- Fixed error authenticating against older providers that return form-encoded data rather than JSON. #18
- Better error handling on
/-/indieauth/done
. #17
0.3
- First non-alpha release
- Now implements the IndieAuth specification directly - only delegates to indieauth.com for RelMeAuth. #2
0.3a0
- Now implements IndieAuth directly rather than only delegating to indieauth.com
0.2a0
restrict_access
plugin configuration mechanism. #5
- Templated error messages. #3