-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEVEXP-564: Add Verification 'Getting Started' code (#5)
- Loading branch information
1 parent
87e6e88
commit d0c2d01
Showing
7 changed files
with
904 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
getting-started/verification/user-verification-using-sms-pin/client/.env
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,7 @@ | ||
# Express related configuration | ||
port = 3001 | ||
|
||
# Application related credentials, used by: | ||
# - Verification | ||
SINCH_APPLICATION_KEY = <Your Application Key> | ||
SINCH_APPLICATION_SECRET = <Your Application Secret> |
5 changes: 5 additions & 0 deletions
5
getting-started/verification/user-verification-using-sms-pin/client/README.md
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,5 @@ | ||
# Sinch Getting started | ||
|
||
Code is related to [Verify a user using SMS PIN with the Node.js SDK](https://developers.sinch.com/docs/verification/getting-started/node-sdk/sms-verification/). | ||
|
||
See [Client template README](https://github.com/sinch/sinch-sdk-node-quickstart/blob/main/templates/client/README.md) for details about configuration and usage. |
Oops, something went wrong.