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
I'm documenting an API that uses Flask-JWT-Extended and wanted to use APIFairy to document it automatically, but I found that it only supports Flask-HTTPAuth.
Is there any way to use Flask-JWT-Extended, or is it necessary to modify the code to support it?
The text was updated successfully, but these errors were encountered:
If you want auth to be documented automatically the only way is with flask-httpauth. But you can always add the auth information manually and use another auth extension.
Hi,
I'm documenting an API that uses Flask-JWT-Extended and wanted to use APIFairy to document it automatically, but I found that it only supports Flask-HTTPAuth.
Is there any way to use Flask-JWT-Extended, or is it necessary to modify the code to support it?
The text was updated successfully, but these errors were encountered: