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

Security Scheme Missing From Open-API Export #349

Closed
hafijul233 opened this issue Apr 2, 2024 · 2 comments
Closed

Security Scheme Missing From Open-API Export #349

hafijul233 opened this issue Apr 2, 2024 · 2 comments

Comments

@hafijul233
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The problem I am facing is that while exporting OpenAPI collection, it doesn't have a section to define what type of global or endpoint-specific security scheme it has.

Describe the solution you'd like
A configuration where users can tel like "bearer", "jwt" or "basic" etc then the tool will add a related section to the collection. Later tools like Postman or Insomnia can display the required option.

Describe alternatives you've considered
Every time I explored the file I manually added that section or going Postman to set the authentication type.

Additional context
If may be in the future this setting can used on API testing UI as well.

@hafijul233
Copy link
Contributor Author

If anyone is available, I tired to resolve this issue, can review my PR #348

@kevincobain2000
Copy link
Member

Thanks. Will merge it today

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