Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladimirponomarev/authentication-in-react-apps
:key: Source code for a tutorial on implementing authentication in React applications.
https://github.com/vladimirponomarev/authentication-in-react-apps
Last synced: 8 days ago
JSON representation
:key: Source code for a tutorial on implementing authentication in React applications.
- Host: GitHub
- URL: https://github.com/vladimirponomarev/authentication-in-react-apps
- Owner: vladimirponomarev
- License: mit
- Created: 2016-02-01T04:00:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T15:05:42.000Z (almost 7 years ago)
- Last Synced: 2024-11-02T02:06:51.187Z (14 days ago)
- Language: JavaScript
- Homepage: https://vladimirponomarev.com/blog/authentication-in-react-apps-creating-components
- Size: 77.1 KB
- Stars: 247
- Watchers: 8
- Forks: 79
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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, [https://vladimirponomarev.com](http://vladimirponomarev.com).Parts of the tutorial
---------------------
1. [Creating Components](https://vladimirponomarev.com/blog/authentication-in-react-apps-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)](https://vladimirponomarev.com/blog/authentication-in-react-apps-jwt) - in this part, we will continue to improve the application and add authentication to it.Screenshot
----------
![Authentication in React Applications](https://raw.github.com/vladimirponomarev/authentication-in-react-apps/master/screenshot.png)