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
I would be interested in a test that compared the execution time of middleware or filters in each of the frameworks.
These are commonly used for authentication, and most frameworks support some version of it.
Perhaps an "Authenticated JWT Request" test would be appropriate. The executor could craft a jwt and each framework would have to parse a valid jwt and respond to the request. A verification could be added to ensure it returns a 401 when an invalid jwt is passed.
The jwt secret could be injected via mount file or environment variable to each docker container, and generated on each test run.
I'd be interested in hearing your thoughts about this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would be interested in a test that compared the execution time of middleware or filters in each of the frameworks.
These are commonly used for authentication, and most frameworks support some version of it.
Perhaps an "Authenticated JWT Request" test would be appropriate. The executor could craft a jwt and each framework would have to parse a valid jwt and respond to the request. A verification could be added to ensure it returns a 401 when an invalid jwt is passed.
The jwt secret could be injected via mount file or environment variable to each docker container, and generated on each test run.
I'd be interested in hearing your thoughts about this.
Beta Was this translation helpful? Give feedback.
All reactions