Hi everyone,
Just wondering if anyone has successfully implemented Bubble’s 2FA on their native mobile app? We’re currently trying to get things working using WebView for the authentication flow, but are struggling to retrieve any session token information following a successful 2FA code check.
For users without 2FA enabled, we can obtain session tokens from the standard “Log the user in” workflow action and return this API data. But this approach throws the following error for a 2FA-enabled user:
"statusCode": 400,
"reason": "Missing session key. This may be due to missing cookies or an expired session",
"message": "No translation"
Any help or suggestions would be much appreciated. Thanks!
