Quickstart

This Quickstart will guide you to implement the use case Log-in with Google on your website. See Github repo.

In this scenario, we need to have 3 renderings of login page according to visitor geographical area.

  • All users in Europe/America will have the basic login process and login with Google,

  • Users in Asia zone will get the basic login process and login with WeChat

  • All the others will get only basic login process. We will change the login button color according to the geographical area too.

Login page for users in Europe/America zone
Login page for users in Asia zone
Login page for all the others

Last updated

Was this helpful?