Hi, could you explain how to use your library with blueprints? I'm trying to use @auth() in a blueprint file, and I've initialized auth.init_app(app) in main.py, but I keep getting the error: "TypeError: 'FlaskEntraAuth' object is not callable." I also tried using EntraResourceProtector(), but it didn't work.
Hi, could you explain how to use your library with blueprints? I'm trying to use
@auth()in a blueprint file, and I've initializedauth.init_app(app)in main.py, but I keep getting the error:"TypeError: 'FlaskEntraAuth' object is not callable."I also tried usingEntraResourceProtector(), but it didn't work.