Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/datasette-allow-permissions-debug
Always allow access to /-/permissions, for debugging
https://github.com/simonw/datasette-allow-permissions-debug
Last synced: 28 days ago
JSON representation
Always allow access to /-/permissions, for debugging
- Host: GitHub
- URL: https://github.com/simonw/datasette-allow-permissions-debug
- Owner: simonw
- Created: 2020-06-30T23:05:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-06-30T23:07:55.000Z (over 4 years ago)
- Last Synced: 2024-10-06T20:19:12.874Z (about 1 month ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datasette-allow-permissions-debug
[![PyPI](https://img.shields.io/pypi/v/datasette-allow-permissions-debug.svg)](https://pypi.org/project/datasette-allow-permissions-debug/)
[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-allow-permissions-debug?label=changelog)](https://github.com/simonw/datasette-allow-permissions-debug/releases)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-allow-permissions-debug/blob/master/LICENSE)Always allow access to `/-/permissions`, for debugging.
## Installation
Install this plugin in the same environment as Datasette.
$ pip install datasette-allow-permissions-debug
## Usage
Once installed, all access to `/-/permissions` will be allowed even if you are not signed in.