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
the current version of flask-restx supports only Swagger 2.0, which has no specification for token, based authentication. your API does have two endpoints that support token-based auth:
/log,
/auth/register
I'd suggest trying to at least "support" bearer token for the current solution, or move to another library that supports
The text was updated successfully, but these errors were encountered:
as per the following documentation:
python-restx/flask-restx#244
the current version of flask-restx supports only Swagger 2.0, which has no specification for token, based authentication. your API does have two endpoints that support token-based auth:
I'd suggest trying to at least "support" bearer token for the current solution, or move to another library that supports
The text was updated successfully, but these errors were encountered: