Stripe checkout
Social Sign in with Wized & Xano
Build a Social Sign-in for Facebook:
To add Social Sign-in with Wized and Xano using Facebook OAuth, follow these steps:
- Select all the authentication providers you plan to use when creating a new project in Xano
- In your Xano dashboard, go to the marketplace to add the necessary extensions to your project. In this case, we will add Facebook OAuth.
- Go to the Facebook Developers website to configure Facebook OAuth. Create a new app and configure the required information.
- Once your app is created, go to the Settings tab and copy the App ID and App Secret.
- Head back into Xano and paste these keys into your Environment Variables by clicking the Configure button.
- Copy the Facebook OAuth base URL from your API tabs.
- Once in Wized, add a Facebook OAuth Xano app with the base URL you copied. Configure your data in requests for init and continue.
- Configure your requests and action as needed.
Build Google 0Auth for Social Sign-in:
To add Social Sign-in with Wized and Xano, follow these steps:
- When creating a new project in Xano, select all the authentication providers you plan to use. For this video, we will focus on Auth0.
- In your Xano dashboard, select the workspace and go to the marketplace to add the necessary extensions to your project. In this case, we will add Google OAuth.
- To configure Google OAuth, go to your Google Cloud Console. Inside APIs & Services, select the OAuth consent screen tab and fill in the required information.
- Go to credentials and create a new one under OAuth client ID. Fill in the necessary information, and your Client ID and Client Secret should appear after you save the changes.
- Head back into Xano and paste these keys into your Environment Variables by clicking the Configure button.
- Copy the Google OAuth base URL from your API tabs.
- Once in Wized, add a Google OAuth Xano app with the base URL you copied. Configure your data in requests for init and continue.
- Configure your requests and action as needed