POST /api/v1/auth/login
Uses the named API route and submits JSON to the existing
AuthController@login action.
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.
POST /api/v1/auth/login
Uses the named API route and submits JSON to the existing
AuthController@login action.
The landing page can mint the same Firebase ID token your backend already expects.
Success and error payloads are both rendered in-place to make quick verification easier.