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.

Home Page:https://yasoob.me/posts/how-to-setup-and-deploy-jwt-auth-using-react-and-flask/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up & Deploying JWT based auth using Flask & React

This project was bootstrapped with Create React App and is a part of this tutorial 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 :)

About

A tutorial on how to setup a JWT auth app using React and Flask and then deploy it using NGINX and Gunicorn.

https://yasoob.me/posts/how-to-setup-and-deploy-jwt-auth-using-react-and-flask/

License:MIT License