abhigyanghosh30 / QuartOpenID

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuartOpenID

A simple webapp for testing the feasibility for integrating OpenID with Quart

Pre-requisites

$ pip install quart

Run

$ quart run

The app also runs with the default VSCode debugger. Use the following launch.json

"configurations": [
    {
      "name": "Python: Quart",
      "type": "python",
      "request": "launch",
      "module": "quart",
      "env": {
        "FLASK_APP": "app.py",
        "FLASK_DEBUG": "1"
      },
      "args": ["run"],
      "jinja": true,
      "justMyCode": true
    }
  ]

About


Languages

Language:Python 98.3%Language:HTML 1.7%