csrf handling mit der korrekten middleware verbunden
This commit is contained in:
@@ -377,6 +377,6 @@ Route::middleware('auth')->group(function () {
|
||||
});
|
||||
|
||||
Route::post('/paddle/webhook', [PaddleWebhookController::class, 'handle'])
|
||||
->withoutMiddleware([\App\Http\Middleware\VerifyCsrfToken::class])
|
||||
->withoutMiddleware([\Illuminate\Foundation\Http\Middleware\ValidateCsrfToken::class])
|
||||
->middleware('throttle:paddle-webhook')
|
||||
->name('paddle.webhook');
|
||||
|
||||
Reference in New Issue
Block a user