Current path: /demo
Run the following command in your terminal to simulate Bubble requesting a handoff token (ensure you use the correct host):
curl -X POST https://fairco.devo.live/api/bubble-login \
-H "Content-Type: application/json" \
-d '{
"bubble_user_id":"123",
"email":"test@example.com",
"secret":"my-dev-secret"
}'
Copy the token from the response and open the following URL in your browser:
https://fairco.devo.live/auth/bubble?token=<returned-token>
You can also specify a custom redirect destination:
https://fairco.devo.live/auth/bubble?token=<returned-token>&redirect=/recipes
POST /api/bubble-login with a shared secret.GET /auth/bubble?token=....httpOnly cookie./dashboard.