We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using a127-magic, but wondering how to implement usual swagger-tools' security handlers instead of using x-a127-services?
Currently, my API returns: { "message": "unknown security handler: key", "code": "server_error", "statusCode": 403 } to every call, which is good.
{ "message": "unknown security handler: key", "code": "server_error", "statusCode": 403 }
The text was updated successfully, but these errors were encountered:
Hi techana, Did you find any solution for the error message
Sorry, something went wrong.
No branches or pull requests
I'm using a127-magic, but wondering how to implement usual swagger-tools' security handlers instead of using x-a127-services?
Currently, my API returns:
{ "message": "unknown security handler: key", "code": "server_error", "statusCode": 403 }
to every call, which is good.
The text was updated successfully, but these errors were encountered: