-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'AuthenticatorConverterRegistry' object has no attribute 'get_security_schemes_legacy' #260
Comments
This certainly looks like a bug. I'm not sure what I'm not sure how that was ever supposed to work. @airstandley - do you know what's going on here? |
Seems like a bug to me. It was original a legacy method marked for deprecation
|
Definitely a bug. We missed removing those lines in #216 😭 |
🤔 I think this might also be an instance vs class issue.
|
@airstandley Thank you for your help with this. I did get your above code to work. However I needed to add |
I have a custom authenticator that works, but I am trying to get the swagger docs to work as well but I keep getting the above exception.
Here is my custom authenticator:
This part I took directly from the flask_rebar docs:
Finally, this is where I set up the app:
Here is the full backtrace:
The text was updated successfully, but these errors were encountered: