ahgood / strapi-react-auth

A client side implementation of authentication using react.js for Zafar Saleem's blog on medium. This is the second part of Zafar Saleem's previous blog on how to implement a scalable node.js server.

Home Page:https://medium.com/@zafarsaleem/login-using-react-redux-redux-saga-86b26c8180e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User authentication using react/redux/sagas to bounce requests off a strapi server

Tweet

Note: This is a sample project for Zafar Saleem's blog on medium

Before getting started

Before using this project please make sure you've finished the strapi quickstart guide and have strapi spun up on it's default port -> 1337.

Get Started

  1. Clone this repository
  2. Run npm install inside its root folder.
  3. run npm start
  4. Go to http://localhost:3000 in your browser to see it in action.

Real World Project

@zafar-saleem implemented a real world project timeoff-app using this architecture.

About

A client side implementation of authentication using react.js for Zafar Saleem's blog on medium. This is the second part of Zafar Saleem's previous blog on how to implement a scalable node.js server.

https://medium.com/@zafarsaleem/login-using-react-redux-redux-saga-86b26c8180e


Languages

Language:JavaScript 86.4%Language:HTML 8.8%Language:CSS 4.7%