Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasoob/Flask-React-JWT
A tutorial on how to setup a JWT auth app using React and Flask and then deploy it using NGINX and Gunicorn.
https://github.com/yasoob/Flask-React-JWT
authentication flask jwt python react
Last synced: about 9 hours ago
JSON representation
A tutorial on how to setup a JWT auth app using React and Flask and then deploy it using NGINX and Gunicorn.
- Host: GitHub
- URL: https://github.com/yasoob/Flask-React-JWT
- Owner: yasoob
- License: mit
- Created: 2020-10-14T20:37:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T20:39:31.000Z (about 4 years ago)
- Last Synced: 2024-11-10T09:34:45.366Z (2 days ago)
- Topics: authentication, flask, jwt, python, react
- Homepage: https://yasoob.me/posts/how-to-setup-and-deploy-jwt-auth-using-react-and-flask/
- Size: 354 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Setting up & Deploying JWT based auth using Flask & React
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and is a part of [this tutorial](https://yasoob.me/posts/how-to-setup-and-deploy-jwt-auth-using-react-and-flask/) on my blog. It teaches you how to implement login functionality step by step and deploy the resulting web app using NGINX and Gunicorn.
Read the article to make sense of this codebase :)