-
Notifications
You must be signed in to change notification settings - Fork 303
UI display in oauth #200
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
Comments
If an operation has a security requirements, then it is shown in the top-right corner of that operation. For instance I can see from your screenshot(below) that this operation needs two In our user-experience survey we found that |
Its my hover result below It doesn't show which flow the operation should use. |
I thinks thats a valid point, it isn't that clear from the details.
The way you have provided the security details in your spec, it means the operation needs both the oAuth token to work not one of them, for instance the below image shows that this operation need 2 security tokens |
Yes, i define them in all operations. There are two example: /search:
get:
security:
- oAuth2AuthCode: []
- oAuth2ClientCredentials: [] and /me:
get:
security:
- oAuth2AuthCode: [] For Thanks for your kindly reply. Again, RapiDoc is a great API docs solution! |
Hi, i try this tool in our api docs in recent days. I think its a great tool including many useful function.
Its our OAS,
and its corresponding UI
Authentication section:

Operation section:

there is some problem:
If you need more detail, plz let me know 😄
The text was updated successfully, but these errors were encountered: