This project demonstrates how to use your own OAuth2 provider (or any compliant one) with your Meteor app.
- Clone this repo:
git clone [email protected]:Uber5/meteor-auth-demo.git - Set your client id and secret in
./server/main.js. - Run it:
meteor npm install && meteor(you may have to install Meteor) - Go to
http://localhost:3000