kinto-trello

Trello authentication plugin for Kinto


Keywords
kinto, trello, authentication
License
MIT
Install
pip install kinto-trello==0.1.3

Documentation

Kinto for Trello

This project implement an authentication policy for Kinto using Trello tokens.

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 <token>

License

MIT