Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 630 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 630 Bytes

OAuthScreen

OAuthScreen is a sample application used to test OAuth2 in different API Management products. This first version only support Authorization code grant type.

Installation

Just install nodejs and clone this proyect in your local machine.

npm install

Usage

node MainApp.js

Access

https://localhost:8089/oauth-form.html

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT