go-macaroon / macaroon

A native Go implementation of macaroons
BSD 3-Clause "New" or "Revised" License
182 stars 24 forks source link

add VerifySignature #18

Closed rogpeppe closed 7 years ago

rogpeppe commented 7 years ago

This is a convenience method for checking the macaroon without verifying first party caveats.

rogpeppe commented 7 years ago

I'll leave Slice.Verify for another PR.