Skip to content

abhigyanghosh30/QuartOpenID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published