Skip to content

Commit

Permalink
Remove nonce and state parameters for now
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 30, 2024
1 parent 48f9279 commit 643698f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/UrlGenerator/AuthorizationUrlGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public function generateUrl(MinimumAge $age, string $countryCode): string
),
'response_type' => 'code',
'response_mode' => 'query',
'nonce' => 'ecnon-dc3c110c-49b3-4deb-96aa-d73b0743cbb0',
'state' => 'state',
'acr_values' => 'urn:age-verification',
'login_hint' => sprintf('country:%s', $countryCode),
];
Expand Down

0 comments on commit 643698f

Please sign in to comment.