-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from stytchauth/nstam-stytch-patch-1
Update README.md
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 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 |
---|---|---|
|
@@ -12,3 +12,20 @@ This example app uses the [Stytch API](https://stytch.com/docs/api) to send and | |
4. Run `npm start` | ||
5. Visit `http://localhost:3000` and login with your email. Then check for the Stytch email and | ||
click the sign in button. You should be signed in! | ||
|
||
## Next steps | ||
|
||
This example app showcases a small portion of what you can accomplish with Stytch. Here are a few ideas to explore: | ||
|
||
1. Add additional login methods like [OAuth](https://stytch.com/docs/api/oauth-google-start) or [Passwords](https://stytch.com/docs/api/password-create). | ||
2. Secure your app further by building MFA authentication using methods like [OTP](https://stytch.com/docs/api/send-otp-by-sms). | ||
|
||
## Get help and join the community | ||
|
||
#### :speech_balloon: Stytch community Slack | ||
|
||
Join the discussion, ask questions, and suggest new features in our [Slack community](https://stytch.slack.com/join/shared_invite/zt-2f0fi1ruu-ub~HGouWRmPARM1MTwPESA)! | ||
|
||
#### :question: Need support? | ||
|
||
Check out the [Stytch Forum](https://forum.stytch.com/) or email us at [[email protected]](mailto:[email protected]). |