This library provides an implementation of macaroons[1], which are flexible
authorization tokens that work great in distributed systems. Like cookies,
macaroons are bearer tokens that enable applications to ascertain whether their
holders' actions are authorized. But macaroons are better than cookies!
more here..........https://github.com/rescrv/libmacaroons
and here is a paper titled "Macaroons: Cookies with Contextual Caveats
for Decentralized Authorization in the Cloud" http://static.googleusercontent.com/media/research.google.com/en/us/pubs/archive/41892.pdf
authorization tokens that work great in distributed systems. Like cookies,
macaroons are bearer tokens that enable applications to ascertain whether their
holders' actions are authorized. But macaroons are better than cookies!
more here..........https://github.com/rescrv/libmacaroons
and here is a paper titled "Macaroons: Cookies with Contextual Caveats
for Decentralized Authorization in the Cloud" http://static.googleusercontent.com/media/research.google.com/en/us/pubs/archive/41892.pdf