curl --request GET \
--url https://api.mnemom.ai/v1/auth/callback{
"error": "<string>"
}Handles Supabase-hosted email links. Verifies the token via GoTrue, issues mnemom_session when the flow returns tokens (signup confirm, magic link), or redirects without a session for recovery flows where the SPA performs the next step.
curl --request GET \
--url https://api.mnemom.ai/v1/auth/callback{
"error": "<string>"
}