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
18
docs/authentication.rst
Normal file
18
docs/authentication.rst
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
.. _authentication:
|
||||
|
||||
================================
|
||||
Authentication and permissions
|
||||
================================
|
||||
|
||||
Datasette's authentication system is currently under construction. Follow `issue 699 <https://github.com/simonw/datasette/issues/699>`__ to track the development of this feature.
|
||||
|
||||
.. _PermissionsDebugView:
|
||||
|
||||
Permissions Debug
|
||||
=================
|
||||
|
||||
The debug tool at ``/-/permissions`` is only available to the root user.
|
||||
|
||||
It shows the thirty most recent permission checks that have been carried out by the Datasette instance.
|
||||
|
||||
This is designed to help administrators and plugin authors understand exactly how permission checks are being carried out, in order to effectively configure Datasette's permission system.
|
||||
Loading…
Add table
Add a link
Reference in a new issue