APIFairy
APIFairy copied to clipboard
Support for JWT
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?
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.
Ok, I understand, but there's no problem if I fork the library and modify it, right?
No problem at all.