Home / Companies / Vonage / Blog / Post Details
Content Deep Dive

Using Vonage APIs with MongoDB Atlas - Part 2

Blog post from Vonage

Post Details
Company
Date Published
Author
Chris Tankersley
Word Count
2,251
Language
English
Hacker News Points
-
Summary

The text discusses the integration of MongoDB Atlas with Vonage APIs for authentication purposes, specifically using Vonage Verify for two-factor authentication. The author sets up a demo application to demonstrate how to use MongoDB Atlas and Vonage Verify together. They create a database with a collection to store user data, and then wire up the demo by adding configuration details and running the application. The author explains how the application uses JWT tokens to authenticate users and how the Vonage Verify API is used to send codes to users' mobile devices for verification. The text also discusses the flexibility of MongoDB's document-based storage and how it allows for minimal impact on the codebase.