Redux OAuth universal / isomorphic application 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.
- Clone repo
- Run
npm install
- Run simultaneously in two console tabs
npm run nodemon
andnpm run webpack-devserver
- Open http://localhost:3002
MIT (c) Yuri Dymov