yury-dymov / redux-oauth-client-demo

Redux OAuth demo for client-side.

Home Page:https://yury-dymov.github.io/redux-oauth-client-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redux-oauth-client-demo

Redux OAuth demo for client-side case

Demo

Check demo here

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

For isomorphic / universal example please check repository redux-oauth-demo.

Backend source code can be found here.

Installation

In the command line:

  1. Clone the repo: git clone https://github.com/yury-dymov/redux-oauth-client-demo.git
  2. Cd into it: cd redux-oauth-client-demo
  3. Install dependencies: npm install
  4. Run the project: npm run webpack-devserver
  5. Open in the browser: http://localhost:8050

License

MIT (c) Yuri Dymov

About

Redux OAuth demo for client-side.

https://yury-dymov.github.io/redux-oauth-client-demo

License:MIT License


Languages

Language:JavaScript 100.0%