Lucas O'Neil

Results 59 issues of Lucas O'Neil

Was just looking through the Verifiable Credentials documentation here randomly and noticed the links out to the governance documentation don't work at the moment. - On https://github.com/bcgov/mds/blob/develop/README.md#verifiable-credentials the "[Administering Authority...

Places using the Pydantic models and `.dict()` show a warning ![image](https://github.com/bcgov/vc-authn-oidc/assets/17445138/84e15dbd-5f79-40ee-a651-87d5ed6d9921) Can(?) I think just replace like: ``` response = client.create_presentation_request(ver_config.generate_proof_request()) pres_exch_dict = response.model_dump() ```

Allow a search of credentials and attributes (see designs) Need to: - determine how to track those credential names (discussed metadata) - architecture for search (probably consider graphql endpoint) -...

enhancement
Feature Request

Discussed with Kim, add back from pre-bootstrap version

### Description of problem Using a `https://didcomm.org/out-of-band/1.1/invitation` with the proof attached is how we are doing OOB proofs in VCAuth-N. This is working successfully when scanning a QR code with...

bug

### Description of problem Have been experiencing this on Android while trying out the new `?_url` handler with deep links. (have not tried on an iOS device) Using a deep...

bug
spike

Not sure if you folks want issues created in the repo for things found on beta builds? ### Description of problem With the latest build I have on Android I...

bug

- Try RCs as they come - Coordinate with plugin changes - Update Python version - Test

UI tweak while we are working on other deletion tasks. Right now on the Innkeeper UI if you look at deleted Tenants the Delete button isn't there in the table....