Skip to content

Instantly share code, notes, and snippets.

View OlabodeAbesin's full-sized avatar
🏠
Working from home

Ola Abesin OlabodeAbesin

🏠
Working from home
  • London
  • 15:34 (UTC +01:00)
View GitHub Profile
@OlabodeAbesin
OlabodeAbesin / SlackRequest.php
Created January 16, 2022 21:10 — forked from pingcheng/SlackRequest.php
Laravel middleware for validating slack signing secret
<?php
namespace App\Http\Middleware;
use Exception;
use Carbon\Carbon;
use Closure;
use Illuminate\Support\Facades\Log;
class SlackRequest