You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most applications use some form of authentication so it's probably useful to add some sort of mechanism to PerfCheck to select a role and/or user for authentication.
I think we want to pass the role as a string so the target application can resolve it in a useful way. In the context of this issue I don't care how the target application does this.
perf_check --user-role admin /manage/users
For selecting a specific user we also want to accept a string.
Internally we can call this options.user or option.authenticated_user for extreme clarity. Eventually it should be replaced by options.cookie or options.headers.
The text was updated successfully, but these errors were encountered:
Most applications use some form of authentication so it's probably useful to add some sort of mechanism to PerfCheck to select a role and/or user for authentication.
I think we want to pass the role as a string so the target application can resolve it in a useful way. In the context of this issue I don't care how the target application does this.
For selecting a specific user we also want to accept a string.
We can also limit the API surface by forcing users to encode their user scheme into some sort of serialized form.
Internally we can call this
options.user
oroption.authenticated_user
for extreme clarity. Eventually it should be replaced byoptions.cookie
oroptions.headers
.The text was updated successfully, but these errors were encountered: