Skip to content
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

Support for JWT #88

Open
ialdaverag opened this issue Sep 15, 2024 · 3 comments
Open

Support for JWT #88

ialdaverag opened this issue Sep 15, 2024 · 3 comments

Comments

@ialdaverag
Copy link

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?

@miguelgrinberg
Copy link
Owner

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.

@ialdaverag
Copy link
Author

Ok, I understand, but there's no problem if I fork the library and modify it, right?

@miguelgrinberg
Copy link
Owner

No problem at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants