Skip to content

Commit

Permalink
DEVEXP-564: Add Verification 'Getting Started' code (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch authored Sep 24, 2024
1 parent 87e6e88 commit d0c2d01
Show file tree
Hide file tree
Showing 7 changed files with 904 additions and 0 deletions.
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>
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.
Loading

0 comments on commit d0c2d01

Please sign in to comment.