Unsafe permissions for datasette-insert - allows all actions without authentication
Project description
datasette-insert-unsafe
Unsafe permissions for datasette-insert - allows all actions without authentication
Installation
Install this plugin in the same environment as Datasette.
$ pip install datasette-insert-unsafe
Usage
Once installed, all actions performed using datasette-insert will be allowed without authentication.
This is not safe if you are running Datasette with datasette-insert
on the public internet. You should only use this plugin if you are running Datasette on your own local machine, or on a private network.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-insert-unsafe
python3 -mvenv venv
source venv/bin/activate
Or if you are using pipenv
:
pipenv shell
Now install the dependencies and tests:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for datasette-insert-unsafe-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 409a3a1b3c0edd105453fb6e4f2f670ec835115bd514c67f01d51eff821e0215 |
|
MD5 | 3a3b2b4ac07e6dd1704893f17266a100 |
|
BLAKE2b-256 | 720f907e6bb013e31d53ac87c4c8092deac57f94d4a354075c47a5000d3d895e |
Hashes for datasette_insert_unsafe-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6faacd357236bc545729915eda48abfe252e8f3680f189a9f7393d84275cd016 |
|
MD5 | 498904c9ccb449a06229eeb1003067de |
|
BLAKE2b-256 | 7e3b7a0dfc26911e661c29ea766044e45b916c8333f2ccd9f6d42418aeee0263 |