/Backend-Flask

Flask backend for Desonity Deso Identity login support

Primary LanguagePython

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.