feat(auth): implement AdminAppMeController and AdminAppMeResource; add routes and tests for user context retrieval

This commit is contained in:
2026-07-31 16:11:47 -03:00
parent dd76d5d951
commit dbeaf19513
9 changed files with 104 additions and 60 deletions

View File

@@ -17,10 +17,7 @@ class BootstrapAdminAppResource extends JsonResource
public function toArray(Request $request): array
{
return [
'codigo' => $this->codigo,
'website_type_code' => $this->codigo,
'nombre' => $this->nombre,
'dominio' => $this->dominio,
'primary_color' => $this->primary_color,
'secondary_color' => $this->secondary_color,
'danger_color' => $this->danger_color,