Token & Refresh token not loaded after application closes
I have checked the following:
- [x] I have searched existing issues and found nothing related to my issue.
This bug is:
- [ ] making Bruno unusable for me
- [x] slowing me down but I'm able to continue working
- [x] annoying
- [ ] this feature was working in a previous version but is broken in the current release.
Bruno version
2.14.2
Operating System
Windows 11
Describe the bug
I managed to configure the Oauth2 Authorization Code automatic configuration for my project, and I can now get and refresh my Oauth2 token :
However when I close the Bruno desktop electron app, and open it again, there are no trace of my saved Token & refresh token :
So I need to re-enter my credentials & make the authorization code workflow again to have my token back.
I notice that the AppData\Roaming\bruno\oauth2.json seems to be correctly persisted, but no process is reading the store at the init of my bruno collection.
I don't know if it is a bug or it is just not implemented ?
Thanks for any advice !
.bru file to reproduce the bug
No response
Screenshots/Live demo link
@GaryOma Thanks for reporting the issue. I’ve been able to verify it. You’re correct about the data being persisted but not loaded on the init of the collection. So, we can still make the request without asking for the access token, which is clearly a bug. We’ll work on fixing this.