-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix(ui): authentication from postman collection is not parsed into Restfox #236
Conversation
✅ Deploy Preview for chimerical-kitsune-a0bfa0 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@kobenguyent |
|
Thank you for the info! Updated as it is. |
@kobenguyent I found an issue. It seems the auth logic I wrote was for Postman Schema v2.1. When I exported from postman as v2.1, I got this: When I exported collection as v2.0, I got the format you're supporting: We need to handle both formats. Looks like they changed the schemas for auth between 2.0 and 2.1. |
sure, updated and added tests! |
fix an issue where importing postman collection with authentication results in no auth header.
after the fix