datasette-auth-passwords is another actor_from_request example

pull/1930/head
Simon Willison 2022-12-02 08:39:52 -08:00 zatwierdzone przez GitHub
rodzic d7e5e3c9f9
commit cab5b60e09
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: