scotthavird / authentication-in-react-apps

:key: The source code for a tutorial on implementing authentication in React applications.

Home Page:http://vladimirponomarev.com/blog/authentication-in-react-apps-creating-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication in React Applications

The source code for a two-part tutorial for beginners who want to start to build applications using React and add an authentication layer to it. It was written for my blog, http://vladimirponomarev.com.

Parts of the tutorial

  1. Creating Components - in this part, we will create a basic application server, learn to bundle scripts using Webpack, get acquainted with basics of React (components, JSX syntax, props, states).
  2. Authentication Using JSON Web Token (JWT) - in this part, we will continue to improve the application and add authentication to it.

About

:key: The source code for a tutorial on implementing authentication in React applications.

http://vladimirponomarev.com/blog/authentication-in-react-apps-creating-components

License:MIT License


Languages

Language:JavaScript 95.1%Language:CSS 3.7%Language:HTML 1.2%