Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glena authored Feb 23, 2017
1 parent cbc4bf4 commit 48a2f6c
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 @@ -43,7 +43,7 @@ $decoded = $verifier->verifyAndDecode($jwt);
$verifier = new JWTVerifier([
'supported_algs' => ['RS256'],
'valid_audiences' => [$client_id],
'authorized_iss' => [$domain]
'authorized_iss' => ["https://$domain/"] // the issues will look like https://your_account[.region].auth0.com/ (being region an optional segment only present for eu and au accounts.
]);

$decoded = $verifier->verifyAndDecode($jwt);
Expand Down

0 comments on commit 48a2f6c

Please sign in to comment.