Aplmpliedl manual JWT check and restored all driver fields68j2

This commit is contained in:
Hamza-Ayed
2026-04-25 16:58:16 +03:00
parent f535f7db1d
commit 671b90a954
3 changed files with 79 additions and 6 deletions

View File

@@ -63,6 +63,7 @@ Route::prefix('v2/auth')->group(function () {
// Silent JWT Handshake (Compatibility with V1 background flow)
Route::post('/passenger/login-jwt', [AuthController::class, 'passengerJwtHandshake']);
Route::post('/driver/login-jwt', [AuthController::class, 'driverJwtHandshake']);
Route::post('/driver/wallet-token', [AuthController::class, 'getWalletToken']);
});
// Admin Error Logging (public — accepts error reports from Flutter apps)