Planet-scale authentication with Auth0 and Azure DocumentDB

Auth0 offers a highly performant and secure user store to maintain your users’ profiles. It is also a common solution if you want to store your users’ login information in your own database where you keep all of your application’s data; in this case, Auth0 provides you with several identity providers you can use to integrate. One such database is Azure DocumentDB, a blazing-fast NoSQLservice for highly available and globally distributed applications.
During this article, we will guide you into integrating Auth0 and Azure DocumentDB so your users’ profiles are stored on your cloud NoSQL database…