Skip to content

Instantly share code, notes, and snippets.

View vishwac09's full-sized avatar
🦍
Pacing

Vishwa Chikate vishwac09

🦍
Pacing
  • Srijan Technologies Ltd
  • Pune, India
  • X @vishwac09
View GitHub Profile
@vishwac09
vishwac09 / AuthZeroController.php
Created February 3, 2022 05:21
AuthZero Controller file
<?php
namespace Drupal\authzero\Controller;
use Drupal\Core\Controller\ControllerBase;
use Drupal\Core\Routing\TrustedRedirectResponse;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Request;