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

Implemented APIs to allow using raw key bytes for 3rd party caveats i… #12

Closed jaxley closed 5 years ago

jaxley commented 5 years ago

…nstead of only derived keys.

Resolves issue https://github.com/nitram509/jmacaroons/issues/11

jaxley commented 5 years ago

Closing in favor of the fix in #13