Hi
I have few external landing pages built on php.
I am trying to make the user signup to bubble from my php page.
Functionality I am expecting is like, user enters email id -> clicks on ‘signup’ button -> user gets signed up using a temporary password.
After signup, in php page a “Logout” button on top right navigation bar is shown.
I am thinking of two approaches.
- Sending the email id as URL parameter to bubble and make the user signup
- Using OAuth
Ideas on any of the approaches are appreciated.
Thanks.