Skip to content

Commit

Permalink
bump express-2fa telnyx package version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasassisrosa committed Oct 15, 2024
1 parent af5e318 commit b07714a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 11 deletions.
12 changes: 6 additions & 6 deletions express-2fa/.env.sample
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
TELNYX_API_KEY="YOUR_API_KEY"
TELNYX_VERIFY_KEY="YOUR_VERIFY_KEY"
TELNYX_API_KEY=
TELNYX_VERIFY_KEY=
TELNYX_APP_PORT=8000

DB_SERVER_NAME="localhost"
DB_USERNAME="root"
DB_PASSWORD=""
DB_NAME="users"
DB_SERVER_NAME=localhost
DB_USERNAME=root
DB_PASSWORD=
DB_NAME=users
32 changes: 28 additions & 4 deletions express-2fa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion express-2fa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"express": "^4.21.1",
"mysql": "^2.18.1",
"nunjucks": "^3.2.4",
"telnyx": "2.0.0-beta.1"
"telnyx": "2.0.0-beta.3"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
Expand Down

0 comments on commit b07714a

Please sign in to comment.