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
Hi, id like to implement the Authorized feature but not sure how to start and how the spec would look like for this.
can somebody maybe assist me in implementing this feature??
The text was updated successfully, but these errors were encountered:
I'd love to implement this, too. But I'm facing the same issue of where to start.
@epiphone could you please point us somewhere?
Sorry, something went wrong.
Here's how authorization works in routing-controllers: https://github.com/typestack/routing-controllers#using-authorization-features And here's how OpenAPI's security property works: https://idratherbewriting.com/learnapidoc/pubapis_openapi_step6_security_object.html
security
Now the problem is tying these two together. I don't have a solution in mind but happy to merge if you come up with one 👍
No branches or pull requests
Hi,
id like to implement the Authorized feature but not sure how to start and how the spec would look like for this.
can somebody maybe assist me in implementing this feature??
The text was updated successfully, but these errors were encountered: