1.2 KiB
1.2 KiB
datasette-auth-headers
Authenticate a Datasette instance using headers set by an upstream proxy
Installation
Install this plugin in the same environment as Datasette.
datasette install datasette-auth-headers
Usage
Usage instructions go here.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-auth-headers
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
python -m pytest