[X] I've searched existing issues and found nothing related to my issue.
Describe the feature you want to add
I love using Bruno, especially for its built-in OAuth Login Flow, which greatly simplifies the Authorization Code Flow. However, there are some limitations that affect its effectiveness, particularly for learning and debugging.
Problem
The current communication process between the client and server lacks transparency, making Bruno less suitable for educational purposes and complicating debugging. Specifically:
In the Timeline tab, only the /token request is displayed, and all preceding requests and responses are missing.
The Network tab in the developer tools does not show any requests, which might be related to Issue 983.
Proposed Solution
-Display all requests related to the OAuth Authorization Code Flow, either in the Network tab or in the Timeline.
Ensure visibility of both frontchannel and backchannel communications.
Implementing this feature would greatly enhance Bruno’s capabilities as a debugging and learning tool.
I have checked the following:
Describe the feature you want to add
I love using Bruno, especially for its built-in OAuth Login Flow, which greatly simplifies the Authorization Code Flow. However, there are some limitations that affect its effectiveness, particularly for learning and debugging.
Problem
The current communication process between the client and server lacks transparency, making Bruno less suitable for educational purposes and complicating debugging. Specifically:
Proposed Solution -Display all requests related to the OAuth Authorization Code Flow, either in the Network tab or in the Timeline.
Thank you for considering this request!
Mockups or Images of the feature