You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: