PublicController :: storeUser
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\Api\PublicController::storeUser" |
| _firewall_context | "security.firewall.map.context.main" |
| _nelmio_cors_should_allow_origin | true |
| _route | "customer_store" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#660 -supports: false -passport: null -duration: null -stub: "App\Security\LoginFormAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\LoginFormAuthenticator {#608 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#666 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#667 …} } ] |
| _stopwatch_token | "1acfc3" |
Request Headers
| Header | Value |
|---|---|
| accept | "application/json" |
| accept-encoding | "gzip, deflate, br" |
| accept-language | "es-MX,es-419;q=0.9,es;q=0.8" |
| connection | "keep-alive" |
| content-length | "154" |
| content-type | "application/json" |
| host | "qa-efinancials.online" |
| origin | "https://floreria-fresnillo.vercel.app" |
| referer | "https://floreria-fresnillo.vercel.app/" |
| sec-fetch-dest | "empty" |
| sec-fetch-mode | "cors" |
| sec-fetch-site | "cross-site" |
| user-agent | "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.47 Mobile/15E148 Safari/604.1" |
| x-php-ob-level | "1" |
Request Content
Pretty
{
"name": "Antony ",
"last_name": "Soprano",
"cellphone": "14725836905164645461348481315",
"email": "davidcalva05@gmail.com",
"password": "12345678",
"business": "1"
}
Raw
{"name":"Antony ","last_name":"Soprano","cellphone":"14725836905164645461348481315","email":"davidcalva05@gmail.com","password":"12345678","business":"1"}
Response
Response Headers
| Header | Value |
|---|---|
| access-control-allow-credentials | "true" |
| access-control-allow-origin | "https://floreria-fresnillo.vercel.app" |
| access-control-expose-headers | "link" |
| cache-control | "no-cache, private" |
| content-type | "application/json" |
| date | "Sat, 11 Apr 2026 21:16:44 GMT" |
| x-debug-token | "056aad" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 1
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
1
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
"line" => 79
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
"line" => 67
"function" => "supports"
"class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 120
"function" => "supports"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
"line" => 32
"function" => "supports"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
"line" => 35
"function" => "supports"
"class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 38
"function" => "supports"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-http/Firewall/AbstractListener.php"
"line" => 25
"function" => "supports"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 61
"function" => "__invoke"
"class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 91
"function" => "__invoke"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/security-http/Firewall.php"
"line" => 92
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 159
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/flora-cloud-web-app/public/index.php"
"line" => 5
"args" => [
"/var/www/html/flora-cloud-web-app/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_ENV | "dev" |
| APP_SECRET | "9f3c2e8d4c0a6a8f5c9b7e3d1a4f6b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4" |
| AWS_ACCESS_KEY_ID | "xxxx" |
| AWS_BUCKET | "nombre-del-bucket" |
| AWS_REGION | "us-east-1" |
| AWS_SECRET_ACCESS_KEY | "xxxx" |
| BACK_URL | "https://qa-efinancials.online" |
| CORS_ALLOW_ORIGIN | "^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$" |
| DATABASE_URL | "mysql://flora_cloud:Tic@root123@localhost:3306/flora_cloud_app?serverVersion=8.0.32&charset=utf8mb4" |
| DEFAULT_URI | "http://localhost" |
| FROM_EMAIL | "abrahamcuevasrosales@gmail.com" |
| JWT_PASSPHRASE | "25e589a5e88174f95427aa870f872d5f9b1de02a27d3f3429a88c446ea9e083b" |
| JWT_PUBLIC_KEY | "%kernel.project_dir%/config/jwt/public.pem" |
| JWT_SECRET_KEY | "%kernel.project_dir%/config/jwt/private.pem" |
| MAILER_DSN | "brevo+api://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@default" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| OPENPAY_COUNTRY_CODE | "MX" |
| OPENPAY_MERCHANT_ID | "madnfwtydoaifu0fmx2o" |
| OPENPAY_PRIVATE_KEY | "sk_6583b6b23ed34473a4337c819e92bf91" |
| OPENPAY_PRODUCTION_MODE | "false" |
| OPENPAY_PUBLIC_IP | "127.0.0.1" |
| OPENPAY_PUBLIC_KEY | "pk_f1107502da594097ab0180cff8ee5539" |
Defined as regular env variables
| Key | Value |
|---|---|
| CONTENT_LENGTH | "154" |
| CONTENT_TYPE | "application/json" |
| DOCUMENT_ROOT | "/var/www/html/flora-cloud-web-app/public" |
| DOCUMENT_URI | "/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/var/www" |
| HTTPS | "on" |
| HTTP_ACCEPT | "application/json" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br" |
| HTTP_ACCEPT_LANGUAGE | "es-MX,es-419;q=0.9,es;q=0.8" |
| HTTP_CONNECTION | "keep-alive" |
| HTTP_CONTENT_LENGTH | "154" |
| HTTP_CONTENT_TYPE | "application/json" |
| HTTP_HOST | "qa-efinancials.online" |
| HTTP_ORIGIN | "https://floreria-fresnillo.vercel.app" |
| HTTP_REFERER | "https://floreria-fresnillo.vercel.app/" |
| HTTP_SEC_FETCH_DEST | "empty" |
| HTTP_SEC_FETCH_MODE | "cors" |
| HTTP_SEC_FETCH_SITE | "cross-site" |
| HTTP_USER_AGENT | "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.47 Mobile/15E148 Safari/604.1" |
| PATH_INFO | "" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "189.203.45.215" |
| REMOTE_PORT | "29420" |
| REMOTE_USER | "" |
| REQUEST_METHOD | "POST" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1775942202 |
| REQUEST_TIME_FLOAT | 1775942202.5748 |
| REQUEST_URI | "/public/customer" |
| SCRIPT_FILENAME | "/var/www/html/flora-cloud-web-app/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "165.227.24.91" |
| SERVER_NAME | "qa-efinancials.online" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SOFTWARE | "nginx/1.24.0" |
| SYMFONY_DOTENV_PATH | "/var/www/html/flora-cloud-web-app/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_DEBUG,APP_SECRET,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,AWS_BUCKET,AWS_REGION,AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,OPENPAY_MERCHANT_ID,OPENPAY_PRIVATE_KEY,OPENPAY_PUBLIC_KEY,OPENPAY_COUNTRY_CODE,OPENPAY_PUBLIC_IP,OPENPAY_PRODUCTION_MODE,CORS_ALLOW_ORIGIN,FROM_EMAIL,BACK_URL" |
| USER | "www-data" |