Aplmpliedl manual JWT check and restored all driver fields68j2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user