Skip to content

An implementation of the client in a OAuth environment, using ExpressJS.

License

Notifications You must be signed in to change notification settings

kirederik/express-oauth

Repository files navigation

Express OAuth

A client server in a OAuth environment, using ExpressJS.

Its implemented to work with the OpenConextApps 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.

About

An implementation of the client in a OAuth environment, using ExpressJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published