Open portalnorge opened 8 months ago
Hi @portalnorge, we encountered a similar issue with our React Native mobile app while using the REST API, and we ended up implementing a solution based on a different flow type managed by WordPress.
If you're interested, feel free to check out #116.
To be able to refresh the authToken in my flutterflow-app I need to access the refresh_token in another state than in a cookie. So I've updated class-auth.php to handle both the current cookie-solution as well as a JSON response if cookie is not present.