Skip to content

Commit

Permalink
Merge pull request #30 from smconnor/patch-1
Browse files Browse the repository at this point in the history
Remove old references in readme.md
  • Loading branch information
hywak committed Apr 7, 2022
2 parents 27b1580 + 84cd8e4 commit 7917eab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ examples are shown below.
Once you have cloned repository, make sure that composer dependencies are installed running `composer install -o`.

```php
$validationData = new ValidationData();
$validationData->setIssuer('https://appleid.apple.com');
$validationData->setAudience('com.azimo');

$appleJwtFetchingService = new Auth\Service\AppleJwtFetchingService(
new Auth\Jwt\JwtParser(new \Lcobucci\JWT\Token\Parser(new \Lcobucci\JWT\Encoding\JoseEncoder())),
Expand Down

0 comments on commit 7917eab

Please sign in to comment.