Skip to content

Redux OAuth universal / isomorphic application demo

License

Notifications You must be signed in to change notification settings

yury-dymov/redux-oauth-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published