datasette-auth-passwords
datasette-auth-passwords copied to clipboard
Datasette plugin for authentication using passwords
I'm having trouble setting up HTTP basic auth for an instance and I noticed that the `hash-password` command doesn't seem to generate the same hash when the same input is...
https://github.com/simonw/datasette-auth-passwords/blob/3d60f37dc9dd3d3f8fbc136f3697760a132d57d9/datasette_auth_passwords/templates/password_login.html#L31 This leads to a wrong url target if `base_url` is set.
Autocomplete should be disabled so that all the user's passwords aren't kept in the autocomplete cache. I could also see an argument for this even being a `new-password` field, but...
Hello, I installed the plugin, generated a hash, and added the user information to my `metadata.json` file. Whenever I enter my account information and click the "Log In" button I...
Again following the example of https://github.com/simonw/datasette-auth-tokens/blob/d6f45da578419177c260628db5f8352a839e45f2/README.md#tokens-from-your-database
I've set up `metadata.json` to include the following... ``` { "description_html": "Log in before doing anything. If you can see the databases below, you're already logged in.", # Bunch more...