We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
1- npm install dotenv --save 2- Add the line require('dotenv').config() 3- Add a file .env with :
npm install dotenv --save
require('dotenv').config()
CLIENT_ID= CLIENT_SECRET=
Sorry, something went wrong.
@Jiasuo Please be more verbose. Add the line where? Add the file where?
You can log in https://developers.facebook.com/ and create a demo app over their.It will give you CLIENT_ID, CLIENT_SECRET And paste in server .js
Similarly it can be done for other types of third party authentications.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: