vc-authn-oidc
vc-authn-oidc copied to clipboard
Need index on presentation exchange ID
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 is also a get_by_pyop_auth_code that is called to fetch by the pyop_auth_code field that would likely need indexing as well
Example
Proposed change and discussion here https://github.com/bcgov/vc-authn-oidc/pull/426
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Completed a while back