We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8876f commit 1b654eaCopy full SHA for 1b654ea
src/TaskHandler.php
@@ -29,7 +29,8 @@ public function __construct(
29
*/
30
public function handle()
31
{
32
- OpenIdVerificator::verify(request()->bearerToken(), []);
+ // OpenIdVerificator::verify(request()->bearerToken(), []);
33
+ logger('Version without verification.');
34
35
set_time_limit(0);
36
0 commit comments