Skip to content

Commit

Permalink
Disable token verification
Browse files Browse the repository at this point in the history
  • Loading branch information
marickvantuil committed Mar 13, 2024
1 parent 1c8876f commit 1b654ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TaskHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public function __construct(
*/
public function handle()
{
OpenIdVerificator::verify(request()->bearerToken(), []);
// OpenIdVerificator::verify(request()->bearerToken(), []);
logger('Version without verification.');

set_time_limit(0);

Expand Down

0 comments on commit 1b654ea

Please sign in to comment.