Nander Stabel

Results 43 issues of Nander Stabel

### Description Add a `history` component to the state which keeps track of the User's Connections and CredentialOffers. ### Motivation This enables a nice overview of previous interactions with Credential...

### Description Add a system for logging info and debug messages as well as error handling. Also, add a warning/notification to show to the user when some flow cannot be...

### Description Fixtures for setting up test conditions like initializing of the StrongholdManager, IdentityManager and others. ### Motivation For some of the integration tests one or more managers need to...

### Description Spin up a container for a credential issuer as well as relying party against which integration tests can be executed. ### Motivation Testing against these containers gives extra...

### Description In order to have a safe and pleasant developer experience, we need a structured integration test framework that ensures the robustness of the identity wallet. Currently we've got...

# Description of change See title ## Links to any relevant issues n/a ## How the change has been tested n/a ## Definition of Done checklist Add an `x` to...

Enhancement

### Description The use of `anyhow` errors should be deprecated and replaced with `thiserror` for proper error handling. For each Spec the corresponding Error Responses should be implemented: - OpenID4VCI:...

Breaking change
Enhancement

### Description As title. These `const` values can be used downstream to keep track of the OpenID4VC standard versions that this library supports. ### Motivation Easier and automatic tracking of...

Chore

### Description When scanning a Credential Offer QR code coming from a UniCore instance behind a firewall UniMe shows an infinite loading screen. Instead of the infinite loading screen UniMe...

Bug

# Description of change This feature adds a demo validation of a credential issued by a third-party issuer. The check is done during a SIOP auth request. Visual feedback with...