Skip to content

Releases: simonw/datasette-indieauth

1.2.2

18 Nov 06:48
55b8eef
Compare
Choose a tag to compare
  • Fix breadcrumbs for compatibility with Datasette 0.63+.

1.2.1

25 Oct 01:34
a08ce67
Compare
Choose a tag to compare
  • Upgraded for compatibility with latest Datasette. #24, #25
  • Dropped support for Python 3.6.

1.2

19 Nov 23:13
95567b1
Compare
Choose a tag to compare
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

19 Nov 20:59
cd5b13d
Compare
Choose a tag to compare

1.0

18 Nov 22:24
Compare
Choose a tag to compare
1.0
  • Remove IndieAuth.com fallback. #14
  • Increased test coverage to 100%. #19
  • Better error handling for invalid IndieAuth IDs. #20

0.3.2

18 Nov 03:58
Compare
Choose a tag to compare
  • Fixed error authenticating against older providers that return form-encoded data rather than JSON. #18
  • Better error handling on /-/indieauth/done. #17

0.3.1

18 Nov 02:37
3fc5d4b
Compare
Choose a tag to compare

0.3

18 Nov 01:30
Compare
Choose a tag to compare
0.3
  • First non-alpha release
  • Now implements the IndieAuth specification directly - only delegates to indieauth.com for RelMeAuth. #2

0.3a0

17 Nov 21:53
Compare
Choose a tag to compare
0.3a0 Pre-release
Pre-release
  • Now implements IndieAuth directly rather than only delegating to indieauth.com

0.2a0

15 Nov 21:41
Compare
Choose a tag to compare
0.2a0 Pre-release
Pre-release
  • restrict_access plugin configuration mechanism. #5
  • Templated error messages. #3