From cab5b60e09e94aca820dbec5308446a88c99ea3d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 2 Dec 2022 08:39:52 -0800 Subject: [PATCH] datasette-auth-passwords is another actor_from_request example --- docs/plugin_hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index b61f953a..956887db 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -1010,7 +1010,7 @@ Instead of returning a dictionary, this function can return an awaitable functio return inner -Example: `datasette-auth-tokens `_ +Examples: `datasette-auth-tokens `_, `datasette-auth-passwords `_ .. _plugin_hook_filters_from_request: