yury-dymov / redux-oauth-demo

Redux OAuth universal / isomorphic application demo

Home Page:https://redux-oauth-demo.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Redux OAuth universal / isomorphic application demo

https://redux-oauth-demo.herokuapp.com

License:MIT License


Languages

Language:JavaScript 100.0%