Added support for searching an existing legal entity in the initial step of the demo, using a typeahead search box that queries ToB.
The code was pulled from tob-web, with some minor customizations to match the data types.
Additional tweaks were implemented to ensure credentials are issuable by both using the agent form, and using the API endpoint. This was obtained by removing the connection_id parameter in the agent configuration (service.yml) and ensuring the service name matches the routes used by Caddy to proxy the requests.
Added support for searching an existing legal entity in the initial step of the demo, using a typeahead search box that queries ToB. The code was pulled from
tob-web
, with some minor customizations to match the data types.Additional tweaks were implemented to ensure credentials are issuable by both using the agent form, and using the API endpoint. This was obtained by removing the
connection_id
parameter in the agent configuration (service.yml
) and ensuring the service name matches the routes used by Caddy to proxy the requests.Added link to home for ease of navigation.