Added /-/permissions debug tool, closes #788

Also started the authentication.rst docs page, refs #786.

Part of authentication work, refs #699.
This commit is contained in:
Simon Willison 2020-05-31 22:00:36 -07:00
commit dfdbdf378a
8 changed files with 152 additions and 3 deletions

View file

@ -10,6 +10,7 @@ DEFAULT_PLUGINS = (
"datasette.facets",
"datasette.sql_functions",
"datasette.actor_auth_cookie",
"datasette.default_permissions",
)
pm = pluggy.PluginManager("datasette")