nitram509 / jmacaroons

Pure Java implementation of Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud. Android ready. Online playground available. Project is STALE
https://macaroons.io/
Apache License 2.0
116 stars 11 forks source link

Update README to reflect third party caveat fix #2

Closed benjumanji closed 9 years ago

benjumanji commented 9 years ago

Strip out comment in readme stating that third party caveat verfication is optional (discussed in #1, fixed by a0f276f6).

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling a0029e6f154b299e2ed64913e6ee84b251100fc9 on benjumanji:update-readme into a0f276f6a6e07fd1301f90af75e776dae75ce29d on nitram509:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling a0029e6f154b299e2ed64913e6ee84b251100fc9 on benjumanji:update-readme into a0f276f6a6e07fd1301f90af75e776dae75ce29d on nitram509:master.

nitram509 commented 9 years ago

Thank you very much for fixing this.