Skip to content

This is a simple authentication web app built using flask as backend API and JWT for access token.

Notifications You must be signed in to change notification settings

LakshmanKishore/simpleAuthApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Authentication Web App

A simple authentication web app built to know about JWT access tokens.

Tech Stack

Client: HTML, CSS, Javascript

Server: Flask

Run Locally

Clone the project

  git clone https://github.com/LakshmanKishore/imageCompression.git

Go to the project directory

  cd my-project

Install dependencies

  pip install -r requirements.txt

Go to backend directory

  cd backend

Start the server

  python app.py

Lessons Learned

I was able to learn more about usage of JWT access token. I was able to build a simple authentication application. I learnt about creating API using Flask.

About

This is a simple authentication web app built using flask as backend API and JWT for access token.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published