DONE: disable login and implement sso

This commit is contained in:
ISMAIL MASSERAN
2026-07-14 15:01:25 +08:00
parent 213ac73e07
commit d5563d11c9
7 changed files with 820 additions and 62 deletions
+2
View File
@@ -43,6 +43,8 @@ Route::get('/fizikalpdf/{id}', [FizikalController::class, 'index']);
Route::get('/mayapdf/{id}', [MayaController::class, 'index']);
Route::get('/sso/login', 'API\v1\Voter\SsoLoginController@login');
Route::view('/{any}', 'index')->where('any', '.*');
Route::get('/penyata/{id}', [App\Http\Controllers\PenyataController::class, 'show']);