Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update OpenAPI spec, add tracing, enhance Docker setup, update …
…docs (#4) * feat: add issuance structure * feat: implement Credential aggregate handle * test: dummy handle implementation * feat: add CredentialTemplateCreated event * feat: add agent_store * test: add integration test * feat: add jsonschema dep * feat: add JSONschema's * feat: add queries agent_api and agent_application * refactor: move handlers to agent_issuance * refactor: rename resources folder * chore: add workspace * refactor: move api code to crate * ci: add docker files * chore: clean up deps, define workspace deps, add basic crate descriptions * style: set lines max_width to 120 * feat: add IssuanceData and openid4vci * WIP * feat: add axum_auth * test: fix tests * feat: add in memory application state * fix: lil' fix * style: fix clippy * style: clean code * fix: rename credential_query to issuance_data_query * fix: replace snakecase * docs: update OpenAPI spec * fix: resolve review comments * style: move fonfig() to config.rs * fix: fix messages * feat: add endpoints * feat: prepare multisubject * feat: implement thiserror for agent_issuance * feat: add tracing, add timestamps to events * refactor: extract init function * ci: enhance docker setup for local development * feat: prepare startup_events * test: add postman collection * fix: undo openapi changes * fix: newline * fix: temporary fix for unsafe indexing * fix: clean * refactor: use tracing * fix: use workspace * fix: apply review changes * chore: add license * fix: remove unsafe pre-authorized_code * fix: remove unsafe pre-authorized_code * WIP * feat: add config options for log format and event store * docs: update documentation * chore: revert postman collection changes --------- Co-authored-by: nanderstabel <nander.stabel@impierce.com>
- Loading branch information