Replies: 1 comment
-
|
const { spawn } = require("child_process"); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a login request that I get a JWT token from and I want my browser to automatically open the url with the jwt query post response.
My current workaround is keeping the Chrome console open, console.log the url+jwt, and then copy-paste into my browser (clicking it doesn't work). EDIT: Is it possible to have the console auto open with bruno? And can the environment preselect to the last one used?
It's not a big issue, but I like optimizing my workflow. :)
Beta Was this translation helpful? Give feedback.
All reactions