From f7c3fc978ca787e9bbd49357c649d93042396b44 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 1 Jul 2020 12:26:30 -0700 Subject: [PATCH] datasette-auth-tokens improved description Refs https://github.com/simonw/datasette-auth-tokens/issues/1 --- docs/ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 04a14453..d74f280d 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -90,7 +90,7 @@ datasette-auth-github datasette-auth-tokens --------------------- -`datasette-auth-tokens `__ provides a mechanism for creating secret API tokens that can then be used with Datasette's :ref:`authentication` system. +`datasette-auth-tokens `__ provides a mechanism for creating secret API tokens that can then be used with Datasette's :ref:`authentication` system. These tokens can be hard-coded into the plugin configuration or the plugin can be configured to access tokens stored in a SQLite database table. datasette-permissions-sql -------------------------