mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Link to datasett-auth-tokens and datasette-permissions-sql in docs, refs #806
This commit is contained in:
parent
1d2e8e09a0
commit
793a52b317
5 changed files with 25 additions and 12 deletions
|
|
@ -87,6 +87,16 @@ datasette-auth-github
|
|||
|
||||
`datasette-auth-github <https://github.com/simonw/datasette-auth-github>`__ adds an authentication layer to Datasette. Users will have to sign in using their GitHub account before they can view data or interact with Datasette. You can also use it to restrict access to specific GitHub users, or to members of specified GitHub `organizations <https://help.github.com/en/articles/about-organizations>`__ or `teams <https://help.github.com/en/articles/organizing-members-into-teams>`__.
|
||||
|
||||
datasette-auth-tokens
|
||||
---------------------
|
||||
|
||||
`datasette-auth-tokens <https://tokens.com/simonw/datasette-auth-tokens>`__ provides a mechanism for creating secret API tokens that can then be used with Datasette's :ref:`authentication` system.
|
||||
|
||||
datasette-permissions-sql
|
||||
---------------------
|
||||
|
||||
`datasette-permissions-sql <https://tokens.com/simonw/datasette-permissions-sql>`__ lets you configure Datasette permissions checks to use custom SQL queries, which means you can make permisison decisions based on data contained within your databases.
|
||||
|
||||
datasette-upload-csvs
|
||||
---------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue