vc-authn-oidc
vc-authn-oidc copied to clipboard
The dependabot security fix here https://github.com/bcgov/vc-authn-oidc/pull/412 should go in soon, but that has a conflict with the older version of Pydantic used. Can see that in the test GHA step...
Documents from the oidccontroller.auth_session collection are fetched by `pres_exch_id` and there are no indexes for that presently. This could affect performance of VCAuthn, especially with the considerations here https://github.com/bcgov/vc-authn-oidc/issues/424 There...
For each presentation request that is created an auth_session document is created in the Mongo store. As the page is left open, the refresh of expired requests creates a new...
After scanning a QR Code using the built-in camera app, the user has an option to open the URL, and they are instructed to use a digital wallet. Can we...
I find sorting out where to set configurations (mostly environment variables) very confusing and I don't really trust where to put the changes. There are multiple places env. variables are...
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...
This use case if for users that have come to the QR Code within their phone web browser. The common workflow for mobile users is to screen shot a QR...
As a prover, I would want to know the verifier I am sending information to is who I think they are: the verifier should prove this - e.g.: is it...
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...