An open API service indexing awesome lists of open source software.

https://github.com/uber5/meteor-auth-demo

Demo project on how to use Meteor with your own OAuth2 provider
https://github.com/uber5/meteor-auth-demo

Last synced: 24 days ago
JSON representation

Demo project on how to use Meteor with your own OAuth2 provider

Awesome Lists containing this project

README

          

# What?

This project demonstrates how to use your own OAuth2 provider (or any compliant
one) with your [Meteor](http://docs.meteor.com/) app.

# How?

1) Clone this repo: `git clone git@github.com:Uber5/meteor-auth-demo.git`
2) Set your client id and secret in `./server/main.js`.
3) Run it: `meteor npm install && meteor` (you may have to [install Meteor](https://www.meteor.com/install))
4) Go to `http://localhost:3000`