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

More granular control #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

TheOnAndOnlyZenomat
Copy link

This PR adds more granular control over where the tokens are retrieved and inserted.
It add the option to extract from a request, as well as a response and different options, whether the token should be applied to the url, cookie, header, ...
Also I converted the files from my tabs to spaces, appearently there were some other files that used tabs instead, that got converted too. I hope this is fine. Now the whole code uses the same convention (I think).

zeno and others added 6 commits June 7, 2022 13:42
Problem:
    You can only specify one regex per entry,
    but request and response mostly need different regexes
    -> two conflicting values for the same id.
    Could be solved with two regexes per entry, one for request, one for
    response
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.

1 participant