Skip to content

francois2metz/kinto-trello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Kinto authentication plugin for Trello

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages