-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix workflow * Add flush doc command Adds testing section to README.md * broken link fix * Ignore .DS_Store files * Updating community.md: 1) remove broken link, 2) add Google Calendar reaction calendar link. Editing: Don't use etc. * typo * fix connectors gitter channel url * add missing label for Community Guidelines so it's not a ghost link anymore. * Updated requirements doc/format - updated requirements * Updated examples using prop-types * Remove OS links * add instagram to the login services how to * formatting * add screenshot * add to toc * add image * complete screenshot + instructions * minor edits for style
- Loading branch information
1 parent
0bd6ba1
commit cc63f6a
Showing
15 changed files
with
129 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.DS_Store | ||
.idea | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Login services | ||
|
||
Enable shoppers to register and log into your store with third-party login services, including Facebook and Google. By default, all third-party sign-ins are turned off. Enabling a third-party login service adds a button under the **Sign In** panel. | ||
|
||
![Adding third-party login services to Reaction](/assets/admin-login-services.png) | ||
|
||
Before getting started, make sure you are logged in as an operator and click the **Login Services** icon in the Dashboard sidebar. | ||
|
||
![Enable login services from Reaction Dashboard](/assets/admin-dashboard-login-services.png) | ||
|
||
To add a login service, follow these steps: | ||
|
||
|
||
1. Click the **Facebook Sign In** toggle to open the login panel. | ||
2. Register your app at [Facebook for Developers](https://developers.facebook.com/apps) to get your App ID and Secret. | ||
3. Enter your App ID and App Secret. Click **Update Settings**. | ||
4. Sign out of your admin account. Click **Sign In**. This setting adds a **Sign in with Facebook** button as **Sign In** and **Register** options. | ||
|
||
|
||
1. Click the **Instagram Sign In** toggle to open the login panel. | ||
2. Register your app at [Instagram for Developers](https://www.instagram.com/developer/) to get your App ID and Secret. | ||
3. Enter your App ID and App Secret. Click **Update Settings**. | ||
4. Sign out of your admin account. Click **Sign In**. This setting adds a **Sign in with Instagram** button as **Sign In** and **Register** options. | ||
|
||
|
||
1. Click the **Google Sign In** toggle to open the login panel. | ||
2. Register your app [Google API Console](https://console.developers.google.com/projectselector/apis/library?pli=1) to get your Client ID and Secret. | ||
3. Enter your Client ID and Client Secret. Click **Update Settings**. | ||
4. Sign out of your admin account. Click **Sign In**. This setting adds a **Sign in with Google** button as **Sign In** and **Register** options. | ||
|
||
|
||
|
||
1. Click the **Twitter Sign In** toggle to open the login panel. | ||
2. Register your app at [Twitter Application Management](https://apps.twitter.com/) to get your API key and Secret. | ||
3. Enter your API key and Secret. Click **Update Settings**. | ||
4. Sign out of your admin account. Click **Sign In**. This setting adds a **Sign in with Twitter** button as **Sign In** and **Register** options. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ Any event that we fund will have some sort of anti-harassment policy in place. T | |
|
||
## What happens if someone violates the Code of Conduct? | ||
|
||
Our intent is that the anyone in the community can stand up for this code, and direct people who're unaware to this document. If that doesn't work, or if you need more help, you can contact [[email protected]](mailto:[email protected]). For more details please see our [Reporting Guidelines](/guidelines/reporting-guidelines.md). | ||
Our intent is that the anyone in the community can stand up for this code, and direct people who're unaware to this document. If that doesn't work, or if you need more help, you can contact [[email protected]](mailto:[email protected]). For more details please see our [Reporting Guidelines](/guidelines/reporting-guide.md). | ||
|
||
## Why do we need a Code of Conduct? Everyone knows not to be a jerk. | ||
|
||
|
Oops, something went wrong.