/redux-oauth-demo

Redux OAuth universal / isomorphic application demo

Primary LanguageJavaScriptMIT LicenseMIT

redux-oauth-demo

Redux OAuth universal / isomorphic application demo

Demo

Check demo here

This is simple universal demonstration case for redux-oauth bearer token-based authentication library.

In this demo you can authenticate against OAuth2 providers, perform client-side and server-side API requests, which require authentication.

For client-side only example please check repository redux-oauth-client-demo.

Backend source code can be found here.

Installation

  1. Clone repo
  2. Run npm install
  3. Run simultaneously in two console tabs npm run nodemon and npm run webpack-devserver
  4. Open http://localhost:3002

License

MIT (c) Yuri Dymov