https://github.com/francois2metz/kinto-trello
Kinto authentication plugin for Trello
https://github.com/francois2metz/kinto-trello
authentication kinto trello
Last synced: 13 days ago
JSON representation
Kinto authentication plugin for Trello
- Host: GitHub
- URL: https://github.com/francois2metz/kinto-trello
- Owner: francois2metz
- License: mit
- Created: 2017-11-05T18:44:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T22:10:29.000Z (over 8 years ago)
- Last Synced: 2025-11-21T02:20:01.214Z (8 months ago)
- Topics: authentication, kinto, trello
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kinto for Trello
This project implement an authentication policy for [Kinto][] using [Trello][] tokens.
[kinto]: https://www.kinto-storage.org/
[trello]: http://trello.com/
## Install
pip install kinto-trello
## Configuration
Update `kinto.includes` to add kinto_trello
kinto.includes = kinto_trello
Add to your config file:
multiauth.policies = trello
multiauth.policy.trello.use = kinto_trello.authentication.TrelloAuthenticationPolicy
trello.apikey = 'YOUR_API_KEY' # FROM https://trello.com/app-key
## Usage
In the `Authorization` header, set the trello token:
Authorization: Trello
## License
MIT