Skip to content

Commit

Permalink
Disable nonce checks
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Sep 12, 2022
1 parent 83b7bda commit 92cccf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Http/Handlers/AuthorizeHandler.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

// phpcs:disable WordPress.Security.NonceVerification.Missing

namespace OpenIDConnectServer\Http\Handlers;

use OAuth2\Request;
Expand Down
2 changes: 2 additions & 0 deletions src/Storage/UserClaimsStorage.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

//phpcs:disable WordPress.Security.NonceVerification.Recommended

namespace OpenIDConnectServer\Storage;

use OAuth2\OpenID\Storage\UserClaimsInterface;
Expand Down

0 comments on commit 92cccf4

Please sign in to comment.