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

https://github.com/ging/oauth2-example-client


https://github.com/ging/oauth2-example-client

Last synced: about 1 year ago
JSON representation

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