datasette-auth-passwords is another actor_from_request example

This commit is contained in:
Simon Willison 2022-12-02 08:39:52 -08:00 committed by GitHub
commit cab5b60e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1010,7 +1010,7 @@ Instead of returning a dictionary, this function can return an awaitable functio
return inner
Example: `datasette-auth-tokens <https://datasette.io/plugins/datasette-auth-tokens>`_
Examples: `datasette-auth-tokens <https://datasette.io/plugins/datasette-auth-tokens>`_, `datasette-auth-passwords <https://datasette.io/plugins/datasette-auth-passwords>`_
.. _plugin_hook_filters_from_request: