macaroon
macaroon copied to clipboard
Adding Macaroon V2 impl
This implements macaroons V2 spec as defined here, and leaning on the Python pymacaroons lib and Golang go-macaroons lib. Wrote this to work on a separate project, but I think it's close to workable.
Curious if prior work was done for V2. If this seems directionally correct, and there's interest in adding it to this lib, I'll clean it up a further and add tests.
Let me know your thoughts. Thanks!
hey @doawoo I've updated the version handling and added a few tests for binary serializer. lmk if you have any feedback.
Hey there! I'm taking a look at this PR in chunks now! Sorry for the delay