Nander Stabel
Nander Stabel
### Description Make the `IdToken` struct fully feature complete as mentioned here: https://github.com/impierce/siopv2/pull/17#discussion_r1171179263 Also, implement a builder pattern either specifically for `IdToken` and/or for a `Token` enum with (at least)...
### Description The JWK Thumbprint subject syntax type is a type of Subject Syntax Type used in the Self-Issued OpenID Provider (SIOP) protocol flow. In this syntax type, the sub...
### Description We need to add support for the Authorization Code Flow as described in [SIOPv2](https://openid.net/specs/openid-connect-self-issued-v2-1_0.html) and in [section 3.1.2 of the OIDC-core standard](https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth). The Authorization Code Flow is summarized...
# Description of change See title **Blocked by** - https://github.com/impierce/openid4vc/pull/76 - https://github.com/impierce/did-manager/pull/18 - https://github.com/impierce/did-manager/pull/19 ## Links to any relevant issues - #177 ## How the change has been tested Manually...
### Description Since recently UniMe supports the JWK DID Method besides the Key DID Method. However, what is still missing is the ability to select the correct DID to use...
### Description UniMe needs to be updated in order to support the [DIIP V2.1 Specifications](https://github.com/DutchBlockchainCoalition/DIIP/discussions/20) ### Motivation The DIIP specifications define a set of openid4vc related drafts that we want...
### Description The goal is to make the error handling and logging extensible to match extensions in other parts of the app. Currently we have implemented the `thiserror` crate to...
### Description As introduced in the description of this PR: https://github.com/impierce/identity-wallet/pull/157#issue-2187559727 in order to make updates to the AppStates `history` field a bit more ergonomic, we should implement a similar...
### Description As introduced here: https://github.com/impierce/identity-wallet/pull/157#discussion_r1526166365 Several reducers currently have the following signature: ```rust (mut state: AppState, action: Action) -> Result ``` which need to be replaced with: ```rust (state:...
### Description The goal of this issue is to restructure the CurrentUserPromps to follow the same format as actions. This again will make it much clearer and easier for Impierce...