You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing the Connection Settings in Nitro UI and navigating to the Authorization tab, users are required to manually specify authentication settings from scratch. Given that APIs commonly require authentication, this process involves either:
Generating a Bearer token externally and manually inputting it, or
Filling out the OAuth form, which includes multiple technical details that often vary across environments.
This can be cumbersome and error-prone, particularly when working with multiple environments.
The solution you'd like
It would be highly beneficial to allow pre-configuration of base authentication parameters within Nitro. This would enable users to:
Skip repetitive manual input for OAuth settings.
Obtain access tokens more easily, with minimal interaction and knowledge of technical parameters.
I reviewed the documentation for configuring Nitro in .NET but couldn't find any options for pre-filling authentication settings based on the application configuration. If such functionality already exists, I’d appreciate guidance on how to implement it.
If not, I’d kindly ask you to consider adding this feature to simplify the authentication workflow for users.
Thank you for considering this improvement. I think it would significantly enhance the usability of Nitro in API-driven workflows.
The text was updated successfully, but these errors were encountered:
Product
Nitro
Is your feature request related to a problem?
When accessing the Connection Settings in Nitro UI and navigating to the Authorization tab, users are required to manually specify authentication settings from scratch. Given that APIs commonly require authentication, this process involves either:
This can be cumbersome and error-prone, particularly when working with multiple environments.
The solution you'd like
It would be highly beneficial to allow pre-configuration of base authentication parameters within Nitro. This would enable users to:
I reviewed the documentation for configuring Nitro in .NET but couldn't find any options for pre-filling authentication settings based on the application configuration. If such functionality already exists, I’d appreciate guidance on how to implement it.
If not, I’d kindly ask you to consider adding this feature to simplify the authentication workflow for users.
Thank you for considering this improvement. I think it would significantly enhance the usability of Nitro in API-driven workflows.
The text was updated successfully, but these errors were encountered: