Authentication from External site to bubble

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.

  1. Sending the email id as URL parameter to bubble and make the user signup
  2. Using OAuth

Ideas on any of the approaches are appreciated.

Thanks.

1 Like