Hi, does Flask's verify_session should work with async route handlers?
i'm getting
The view function did not return a valid response. The return type must be a string, dict, list, tuple with headers or status, Response instance, or WSGI callable, but it was a coroutine.