Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
/ Backend-Flask Public archive

Flask backend for Desonity Deso Identity login support

Notifications You must be signed in to change notification settings

Desonity/Backend-Flask

Repository files navigation

Flask backend for Desonity Identity login

NOTE: This Repository has been Archived since Heroku stopped free teir.

Find new repo deployed on vercel here

requirements

Python 3.9 or later

Install dependencies

pip3 install -r requirements.txt

Running the example

Just run wsgi.py in the terminal

python3 wsgi.py

Important

If you are using this in production make sure you change the FLASK_SECRET_KEY to something unique and keep it secret.

You can deploy this repo as it is, no changes required afaik.