Versioned API + Filament Admin

Backend landing page with a focused login tester.

This landing page now includes a separate, isolated login UI for the mobile authentication exchange. It posts a Firebase ID token directly to the existing API route and prints the JSON response inline so the endpoint can be validated quickly from the browser.

Route POST /api/v1/auth/login

Uses the named API route and submits JSON to the existing AuthController@login action.

Input Google sign-in -> Firebase ID token

The landing page can mint the same Firebase ID token your backend already expects.

Output Sanctum token + user

Success and error payloads are both rendered in-place to make quick verification easier.