otio-llc / security

Advanced security solutions for custom enterprise web applications
MIT License
2 stars 0 forks source link

feat: add frontend loader/waiting component for when a request is sent but not authenticated #7

Open KingOfTac opened 1 year ago

KingOfTac commented 1 year ago

Feature Request

A frontend component is needed to communicate with users that the application is waiting for them to authenticate via the iValt app, or other external MFA solution.

Expected Behavior

The loader should clearly communicate authentication status to both sighted and AT users.

Current Behavior

Possible Solution

Should be pretty simple and straightforward. The component needs to be configurable through slotted content and user existing components from AWC. Additionally, in order to make the loader component support good interop with other component libraries and frontend frameworks it should utilize the pending-task community protocol. FAST already supports this in fast-element

Context

Examples