Releases: simonw/datasette-auth-passwords
Releases · simonw/datasette-auth-passwords
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
- New command,
datasette hash-password
, for generating password hashes on the command line. #19
0.4
- Optional support for HTTP Basic authentication. #15
0.3.3
- 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
setup.py
now depends on datasette>=0.44
0.3.1
- 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.2.1
- Fixed bug in the
datasette publish
documentation.