Skip to content

Commit

Permalink
Merge pull request #3 from FallDi/patch-1
Browse files Browse the repository at this point in the history
method validateRequest is not exists
  • Loading branch information
boogie committed Jul 16, 2015
2 parents a0eb440 + 7cca9ed commit efddc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Escher accepts any kind of object as a key database that implements the ArrayAcc
'ACCESS_KEY_OF_CLIENT_1' => 'SECRET OF CLIENT 1',
'ACCESS_KEY_OF_CLIENT_42' => 'SECRET OF CLIENT 42',
));
Escher::create('example/credential/scope')->validateRequest($keyDB);
Escher::create('example/credential/scope')->authenticate($keyDB);
} catch (EscherException $ex) {
echo 'The validation failed! ' . $ex->getMessage();
}
Expand Down

0 comments on commit efddc66

Please sign in to comment.