wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

Expose unified loading state from API-based authentication SDK #21770

Open NipuniBhagya opened 5 days ago

NipuniBhagya commented 5 days ago

Is your suggestion related to an experience ? Please describe.

The current SDK implementation does not expose the loading state of API-based authentication flows to the application developers. Internally, the SDK maintains multiple loading states for various purposes, such as text customization, branding, and network requests. However, these states are fragmented and inaccessible to developers, limiting their ability to effectively manage the UI during API operations.

Describe the improvement

Additional context

These requirements were identified during the implementation of a proof-of-concept (PoC) for a potential customer, where API-based authentication was integrated for a demo React application.