Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lakshmankishore/simpleauthapp

This is a simple authentication web app built using flask as backend API and JWT for access token.
https://github.com/lakshmankishore/simpleauthapp

flask flask-cors flask-jwt-extended html-css-javascript jwt jwt-authentication

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

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

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
pip install -r requirements.txt
```

Go to backend directory
```bash
cd backend
```

Start the server

```bash
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.