Emiliano Suñé
Emiliano Suñé
Publicly accessible UI to search available proof-request configurations, see https://github.com/bcgov/vc-authn-oidc/issues/226 Some thoughts: * it might be preferable to not require an extra service to be deployed alongside VC-AuthN, but this...
The vc-authn controller uses websockets to notify the frontend of changes in the proof-request. Without sticky sessions, traffic is routed to any of the active pods causing the websocket to...
In the event that the agent instance used by VC-AuthN does not have a DID (e.g: the user forgot to start the agent providing a `seed`), the controller throws an...
When interacting with a VC-AuthN instance, a user/agent may want to know whether the verifier is legitimate and it is authorized to request specific information. As an example, when VC-AuthN...
In some circumstances, it would be great to be able to establish a non-ephemeral connection between the verifier agent and the mobile wallet: an example could be accessing a service...
Instead of always relying on a proof-configuration stored in `vc-authn`'s database, it would be nice to be able to pass a configuration as a query parameter. This would enable applications...
I am trying to start-up an `ngrok` instance and query the `/api/tunnels` endpoint to fetch settings for downstream services. When running `docker-ngrok` using a configuration file, the `/api/tunnels` endpoint as...
Resolves #2318 Opening draft PR early for feedback while I work through the changes across the code (and fixing/updating/adding tests as needed). The PR removes the authentication middleware and the...
When running ACA-Py in multitenancy mode, requests directed to an API controlling a subwallet function still require the main wallet `x-api-key` to be provided in the request headers for the...
Once [this PR](https://github.com/hyperledger/aries-cloudagent-python/pull/2860) in ACA-Py is merged, endpoints will not be protected by the middleware and decorators will need to be added to the route handlers to explicitly require tenant...