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

feat(pre-req): enable auth manipulation through insomnia.request - INS-3379 #7186

Merged
merged 4 commits into from
Mar 18, 2024

Conversation

ihexxa
Copy link
Contributor

@ihexxa ihexxa commented Mar 18, 2024

Changes:

  • enabled auth manipulation through insomnia.request
  • added unit tests for auth transforming
  • added smoke tests for auth manipulation

How to test

Run this script and check if it works:

insomnia.request.auth.update(
    {
        type: 'basic',
        basic: [
                {key: 'username', value: 'myName'},
                {key: 'password', value: 'myPwd'},
        ],
    },
    'basic'
);

@ihexxa ihexxa self-assigned this Mar 18, 2024
@ihexxa ihexxa changed the title feat: enable auth manipulation through insomnia.request feat: enable auth manipulation through insomnia.request - INS-3379 Mar 18, 2024
@ihexxa ihexxa changed the title feat: enable auth manipulation through insomnia.request - INS-3379 feat(pre-req): enable auth manipulation through insomnia.request - INS-3379 Mar 18, 2024
jackkav
jackkav previously approved these changes Mar 18, 2024
@jackkav
Copy link
Contributor

jackkav commented Mar 18, 2024

🚀

@jackkav jackkav merged commit 85cb6db into develop Mar 18, 2024
7 checks passed
@jackkav jackkav deleted the pre-req-req-auth branch March 18, 2024 10:19
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

Successfully merging this pull request may close these issues.

None yet

2 participants