go-macaroon / macaroon

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

allow omitted base64 pad characters for compatibility with libmacaroons #7

Closed rogpeppe closed 9 years ago

rogpeppe commented 9 years ago

Also use URL encoding, not Std encoding.

frankban commented 9 years ago

:+1: thanks