Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirederik/express-oauth
An implementation of the client in a OAuth environment, using ExpressJS.
https://github.com/kirederik/express-oauth
Last synced: 29 days ago
JSON representation
An implementation of the client in a OAuth environment, using ExpressJS.
- Host: GitHub
- URL: https://github.com/kirederik/express-oauth
- Owner: kirederik
- License: gpl-3.0
- Created: 2014-02-19T16:39:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T13:30:03.000Z (almost 11 years ago)
- Last Synced: 2023-03-24T04:48:51.292Z (almost 2 years ago)
- Language: JavaScript
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Express OAuth
=============A client server in a OAuth environment, using ExpressJS.
Its implemented to work with the [OpenConextApps](https://github.com/OpenConextApps/apis) OAuth 2.0 Authorization Server, but it can be extended.
To run, you must:
* Set your application properties (key, secret, etc). To do so, edit the `client_propeties.js`.
* Set your authorization server properties. To do so, edit the `oauth_properties.js`.
* Start your JS application server calling: `node server.js`.
For implementation details, read the comments on the source code.