Lucas O'Neil
Lucas O'Neil
When a tenant is fully deleted it's just all removed from the DB. For a in-use tenant that's a pretty "serious" operation so we can think about what auditing could...
For if webhooks are not firing, can still poll to check state updates and proceed from there if a different state is detected.
We can now use a device camera with the QR code scan, and that actions a deep link that will invoke the BC Wallet app to open up and go...
Was discussing with Clecio about how the Wallet experience could handle when a user goes in manually and shares a proof that is no longer relevant to a VCAuthN session....
In the Tenant UI one can onboard to the Indy ledgers we use (bcovrin, Candy) as defined in the Traction instance's ledgers list. As well there is configuration for which...
Right now the Tenant UI uses the existing indy credential details to set up schemas and creds, and issuance 2.0 endpoints (again with Indy) to fetch and action issuance protocols....
Traction Innkeeper plugin provides cred def and schema "storage" for Tenants (not related to Innkeeper, just that's the plugin for base Traction additions). When I create a schema or cred...
With https://github.com/bcgov/traction/pull/1388 added a `manage` script that can start up Traction. Using `docker compose up` would output the container logs in the same terminal. Can look into having an option...
### Description of problem I've been noticing intermittent (unfortunately can't reproduce reliably) lockouts while using the app, scrolling, clicking, etc. So I get interrupted in the middle of an action...
The `bcrypt` library has a major version update to `5.x.x` and we have `^4.2.1` as a dependency in the innkeeper plugin https://pypi.org/project/bcrypt/5.0.0/#history Didn't want to move this through along with...