This is a minimal application showing how to configure an auth wall and how to get the authenticated user's information.
The example is using JavaScript and Express.js, but any solution works.
To run it:
npm install
node index.js
Then open http://localhost/ in your browser