usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.6k stars 1.27k forks source link

Show all requests performed for OAuth 2.0 login #3470

Open MartinKvL opened 1 week ago

MartinKvL commented 1 week ago

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

image