https://github.com/ging/oauth2-example-client
https://github.com/ging/oauth2-example-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ging/oauth2-example-client
- Owner: ging
- Created: 2013-09-02T13:33:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T19:59:45.000Z (over 3 years ago)
- Last Synced: 2025-05-07T21:05:45.523Z (about 1 year ago)
- Language: JavaScript
- Size: 364 KB
- Stars: 15
- Watchers: 22
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
oauth2-example-client
===================
Oauth2 authentication example for FI-WARE GE applications
- Software requirements:
+ nodejs
+ npm
- Install the dependencies:
npm install
- Configure OAuth2 credentials in config.js file (you will find theme in your IDM account)
- Start example server
sudo node server
- Connect to http://localhost to try the example
* Connect to http://localhost/logout to delete session cookies once you have logout in IDM portal