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
- Host: GitHub
- URL: https://github.com/uber5/meteor-auth-demo
- Owner: Uber5
- Created: 2017-11-19T10:05:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T11:02:10.000Z (over 8 years ago)
- Last Synced: 2025-02-24T12:19:06.410Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`