A simple nodejs api to authenticate with Halo Waypoint, and Xbox Live.
Make sure you have Node.js and the Heroku Toolbelt installed.
git clone [email protected]:TheTree/branch-vnext-auth.git # or clone your own fork
cd branch-vnext-auth
npm install
npm start
Your app should now be running on localhost:3001.
heroku create
git push heroku master
heroku open
Alternatively, you can deploy your own copy of the app using the web-based flow: