Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persteenolsen/react-spa-jwt-client
This React client ( SPA ) is consuming JSON data from a secure Node.js and Express Web API
https://github.com/persteenolsen/react-spa-jwt-client
Last synced: 29 days ago
JSON representation
This React client ( SPA ) is consuming JSON data from a secure Node.js and Express Web API
- Host: GitHub
- URL: https://github.com/persteenolsen/react-spa-jwt-client
- Owner: persteenolsen
- Created: 2020-04-21T12:44:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T14:13:20.000Z (over 4 years ago)
- Last Synced: 2024-11-07T09:46:24.261Z (3 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- This React client ( SPA ) is consuming JSON data from a secure Node.js and Express Web API
- Manuel configuration of Webpack serving as a module bundler
- This React App was NOT made by the toolchain "Create React App"
- Babel for transpiling JavaScript React ES6 to JavaScript ES5 ready for browsers
- The login system is using a JSON Web Token ( JWT )
- The user will have access to the secure endpoints of the Web API passing login and using the JWT
- React, HTML, CSS, JavaScript ES5 and ES6
- Traditionel Bootstrap by CDN for the responsive design of this React App
- React BrowserRouter for navigation
- Visual Studio Code as Text Editor