Skip to content

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.

Notifications You must be signed in to change notification settings

cube-dan/strapi-react-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 through step #3 of 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:3333 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.4%
  • HTML 8.9%
  • CSS 4.7%