openwallet-foundation / owl-akrida

Apache License 2.0
3 stars 16 forks source link

Delete OOB utility function #47

Closed loneil closed 8 months ago

loneil commented 8 months ago

For one of the BC Gov IAS testing cases we delete the OOB record so an agent can accept the same invitation again. In that I'd added a call for the AFJ agent to do this.

It's very bare bones compared to the other connection management calls, doesn't do a defer to wait for state changes, but that may(?) be appropriate for a simple delete record call the way this is invoking AFJ oob.deleteById

Would be good to pull this simple call in at least so the BCGov IAS tests don't need manual/forked Akrida changes to run, if more feature/additional complexity needed could iterate on it later.

swcurran commented 8 months ago

Ping to request this be merged -- @reflectivedevelopment @anwalker293

anwalker293 commented 8 months ago

^Other than that, LGTM! Kim might have more to say though