tuupola / branca-spec

Authenticated and encrypted API tokens using modern crypto
https://www.branca.io/
219 stars 7 forks source link

Python implementation #4

Closed tuupola closed 6 years ago

tuupola commented 6 years ago

Python implementation is badly needed. Something similar as pyjwt by @jpadilla. Anyone interested in implementing it write me a note here and I will add it to the docs.

DragosDumitrache commented 6 years ago

This sounds like fun, mind if I give it a go?

tuupola commented 6 years ago

Sure! When you setup the GitHub repository post a link here so I can link it as Work In Progress from the docs.

tuupola commented 6 years ago

One implementation is available at tuupola/branca-python. Alternative implementations welcome!