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.
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
Unify all internal loading states into a single global state to provide a consistent representation of the loading status.
Expose this global state through the SDK, enabling developers to perform actions such as hiding or showing components (e.g., spinners or loading indicators) during ongoing API requests.
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.
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.