Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 :)