Closed scribu closed 6 years ago
This is a quick fix to make this extension work with Quart, which is an async flavour of Flask.
Unfortunately, auth objects in Quart don't seem to have a .type attribute.
.type
Nevermind, there's a further error in the challenge() method:
challenge()
TypeError: __init__() missing 1 required positional argument: 'response'
This is a quick fix to make this extension work with Quart, which is an async flavour of Flask.
Unfortunately, auth objects in Quart don't seem to have a
.type
attribute.