This commit is contained in:
HolgerHatGarKeineNode
2023-04-25 23:09:21 +02:00
parent 5a4322b035
commit ed54b25567
32 changed files with 683 additions and 12 deletions

View File

@@ -18,6 +18,9 @@ Route::get('/img-public/{path}', \App\Http\Controllers\ImageController::class)
Route::get('auth/auth47', \App\Http\Livewire\Auth\Auth47Component::class)
->name('auth.auth47');
Route::get('hello', \App\Http\Livewire\Hello::class)
->name('hello');
Route::post('auth/auth47-callback', function (Request $request) {
$auth47Version = $request->auth47_response;
$challenge = $request->challenge;