https://github.com/crapthings/meteor-oauth2-client-example
https://github.com/crapthings/meteor-oauth2-client-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/crapthings/meteor-oauth2-client-example
- Owner: crapthings
- Created: 2017-02-21T04:44:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T01:08:23.000Z (over 9 years ago)
- Last Synced: 2025-01-24T04:52:38.576Z (over 1 year ago)
- Language: JavaScript
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### how to use
1. get [meteor oauth2 server](https://github.com/crapthings/meteor-oauth2-server)
```
git clone https://github.com/crapthings/meteor-oauth2-server
meteor -p 3100
```
2. login with username: admin@admin.com password: admin
3. add a client with
```
{
"clientId":"clientApplication",
"secret":"12345",
"baseUrl":"http://localhost:3100",
"loginUrl":"http://localhost:3100",
"loginStyle":"redirect"
}
```
4. clone this repo to run example
git clone --recursive https://github.com/crapthings/meteor-oauth2-client-example
meteor -p