Skip to content

Commit

Permalink
Remove old references in readme.md
Browse files Browse the repository at this point in the history
Lcobucci\JWT\ValidationData is no longer used, looks like someone just missed some code on update.
  • Loading branch information
smconnor committed Apr 6, 2022
1 parent 27b1580 commit 84cd8e4
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 84cd8e4

Please sign in to comment.