Simon Willison’s Weblog

Subscribe

Monday, 13th July 2020

Release datasette-auth-passwords 0.1 — Datasette plugin for authentication using passwords
Release datasette-auth-passwords 0.2a — Datasette plugin for authentication using passwords
Release datasette-auth-passwords 0.2 — Datasette plugin for authentication using passwords
Release datasette-auth-passwords 0.2.1 — Datasette plugin for authentication using passwords
Release datasette-auth-passwords 0.3 — Datasette plugin for authentication using passwords

datasette-auth-passwords. My latest plugin: datasette-auth-passwords provides a mechanism for signing into Datasette using a username and password (which is verified in order to set a ds_actor authentication cookie). So far it only supports passwords that are hard-coded into Datasette’s configuration via environment variables, but I plan to add database-backed user accounts in the future.

# 11:39 pm / authentication, passwords, plugins, projects, datasette