Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nitram509/jmacaroons
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Dec 19, 2014
2 parents 47b48ec + 9167f9f commit 65112dd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,18 +319,6 @@ new MacaroonsVerifier(m)

Without the 'prepare_for_request()' call, the verification would fail.

Interestingly, when you're verifying a macaroon without satisfy3rdParty(),
then the verification process will proceed and ignore them.

````java
new MacaroonsVerifier(m)
.satisfyExcact("account = 3735928559")
.satisfyGeneral(new TimestampCaveatVerifier())
/* don't verify 3rd party caveat - will be valid, too */
.assertIsValid(secret);
// > ok.
````


Commonly used verifier, shipped with jmacaroons
--------------------------------------------------
Expand Down

0 comments on commit 65112dd

Please sign in to comment.