Hi,
Oauth2 Signup/login with API doesn’t seem to be working on native mobile? It works on the normal web version but on the native when you click the button nothing happens?
Is this a feature not yet working in native?
Hi,
Oauth2 Signup/login with API doesn’t seem to be working on native mobile? It works on the normal web version but on the native when you click the button nothing happens?
Is this a feature not yet working in native?
I’ve just made some progress on oauth2 integration from the native mobile app. There were several challenges I had. I got Microsoft authentication working completely from mobile. But i opted to go back to web login for both google and MS, which are now working. What error are you encountering?
When I click the login button nothing happens.
So do you use signup/login with a web browser rather than OAuth provider?
I was able to Microsoft authentication to work great using only native mobile. But not google since it doesnt allow embedded browser for oauth. So i reverted to web logins for both for consistency.
I put each in a sheet that opens after after a “login with ____” button is pressed. The sheet only has a web view that has a webpage as its destination. The webpage only calls the oauth service via api. And they are working well for me. I havent used Wordpress, but i would imagine its similar once you get the oauth api set up properly on both bubble and WP ends.
Just to make sure, have you been able to get a simple web login to work with WP? If so, then your service is working fine and you should be able to do the similar embedded web view to work.
I used videos from No Code Academy to help. This is the one for Google. I imagine it would work the same for WordPress using the WP plugin for authentication.