cURL
curl --request GET \ --url https://api.veryfront.com/auth/custom/login \ --header 'Authorization: Bearer <token>'
Signs in a test user for local development.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Redirect to application with auth cookie set