Skip to content

OAuth Guide

Parth Verma edited this page Jan 2, 2020 · 1 revision

oAuth

You can import the necessary oAuth components from src/components/common. Also you need to have the respective client id's in your environment variables.

Google oAuth

REACT_APP_GOOGLE_CLIENT_ID=YOUR_CLIENT_ID

Github oAuth

REACT_APP_GITHUB_CLIENT_ID=YOUR_CLIENT_ID

Facebook oAuth

REACT_APP_FACEBOOK_APP_ID=YOUR_APP_ID
Clone this wiki locally