Skip to content

Releases: simonw/datasette-auth-passwords

1.1.1

03 Sep 17:53
Compare
Choose a tag to compare
  • Fix for compatibility with the base_url setting. Thanks, @meowcat #25
  • autocomplete="off" on password field. Thanks, @brandonrobertz #24
  • Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. datasette#2417

1.1

09 Jan 20:53
Compare
Choose a tag to compare
1.1
  • Now adds a "Log in" item to the Datasette navigation menu if the user is logged out. #23
  • Increased password hash iteration to 480,000. #21

1.0

09 Feb 18:02
Compare
Choose a tag to compare
1.0
  • New command, datasette hash-password, for generating password hashes on the command line. #19

0.4.1

05 Jun 23:39
Compare
Choose a tag to compare

0.4

19 Mar 21:02
62ba5c5
Compare
Choose a tag to compare
0.4
  • Optional support for HTTP Basic authentication. #15

0.3.3

11 Dec 05:29
Compare
Choose a tag to compare
  • Fixed bug where users with a "someusername_password_hash" value defined in metadata.json but no corresponding "actor" record were incorrectly signed in as an actor with "id": "username", when they should have been signed in as an actor with "id": "someusername". #14

0.3.2

22 Aug 04:08
Compare
Choose a tag to compare
  • setup.py now depends on datasette>=0.44

0.3.1

26 Jul 00:27
9b1528e
Compare
Choose a tag to compare
  • Cosmetic improvement to /-/password-tool interface - the copy button now displays "Copied!" after it is clicked to let the user know that the hash has been copied to their clipboard

0.3

13 Jul 22:11
ac538fa
Compare
Choose a tag to compare
0.3

0.2.1

13 Jul 21:04
Compare
Choose a tag to compare
  • Fixed bug in the datasette publish documentation.