Mateusz Pietryga
Mateusz Pietryga
> Hey @pietrygamat There are some issues with this PR. The `pfx` flag is not persisted between app launches in `bruno.json` > > ```json > "clientCertificates": { > "enabled": true,...
> I guess it should be reset after clicking Add to confirm the operation is done, but that's that. I added additional change to cover that.
FYI, the mockup is from ``` meta { name: implicit type: http seq: 6 } get { url: http://localhost:8080/realms/bruno/protocol/openid-connect/userinfo body: none auth: oauth2 } auth:oauth2 { grant_type: implicit callback_url: bruno://auth...
~~While functional on its own, this may be superseded by #2077 where more complete overhaul of oauth2 is proposed, resulting in a more consistent user experience between different oauth2 grants.~~
@helloanoop please, go ahead and pick it up.
@chrisnagel It should not if you ask me. Compare the [history of this file](https://github.com/usebruno/bruno/commits/589e173256ffdab860c1bdf5868ca461b674f21e/packages/bruno-app/src/components/Sidebar/index.js) with [release history](https://github.com/usebruno/bruno/releases). What can be noticed is that the problem is recurring. There should be...
@derjohn that's not something I'd take up confidently, no. I can only hint at the gaps I see, like the aforementioned need for labourous manual edits in .js files for...
@sanjai0py @helloanoop consider this one when merging of #2336 . Thanks.
@helloanoop done. As a sidenote: from my testing, when running bruno on Windows the `path.relative` produces wrong results (i.e. posix implementation is fired even though win32 one should). I am...
@sanjai0py , is it still GTG?