This project implement an authentication policy for Kinto using Trello tokens.
pip install kinto-trello
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
In the Authorization
header, set the trello token:
Authorization: Trello <token>
MIT