middleware('api')->group(function () { Route::post('/auth/token', [TokenController::class, 'store'])->name('identity.auth.token'); });