mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
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:
parent
57cf5139c5
commit
dfdbdf378a
8 changed files with 152 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ DEFAULT_PLUGINS = (
|
|||
"datasette.facets",
|
||||
"datasette.sql_functions",
|
||||
"datasette.actor_auth_cookie",
|
||||
"datasette.default_permissions",
|
||||
)
|
||||
|
||||
pm = pluggy.PluginManager("datasette")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue