datasette-auth-tokens improved description

Refs https://github.com/simonw/datasette-auth-tokens/issues/1
This commit is contained in:
Simon Willison 2020-07-01 12:26:30 -07:00 committed by GitHub
commit f7c3fc978c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ datasette-auth-github
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-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. 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
-------------------------