<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>expressjs on Curtis Timson</title><link>https://hugo.curtiscode.dev/tags/expressjs/</link><description>Recent content in expressjs on Curtis Timson</description><generator>Hugo -- gohugo.io</generator><language>en-GB</language><lastBuildDate>Thu, 12 Jul 2018 19:15:00 +0000</lastBuildDate><atom:link href="https://hugo.curtiscode.dev/tags/expressjs/index.xml" rel="self" type="application/rss+xml"/><item><title>Access user details and email address from Auth0 with NodeJs</title><link>https://hugo.curtiscode.dev/post/nodejs/auth0-access-user-details-email-nodejs/</link><pubDate>Thu, 12 Jul 2018 19:15:00 +0000</pubDate><guid>https://hugo.curtiscode.dev/post/nodejs/auth0-access-user-details-email-nodejs/</guid><description>Auth0 is a fantastic AaaS (Authentication-as-a-Service) provider which abstracts the complications of storing and managing user credentials and authentication.
However recently I struggled to obtain a list of user&amp;rsquo;s email addresses from Auth0 within my back-end NodeJs application.
This tutorial will attempt to explain how exactly this can be achieved.
Overview For security purposes an Access Token must first be obtained before requesting the user details. Once obtained the user details can then be retrieved by forming an HTTP request per user.</description></item></channel></rss>