Skip to content

Commit

Permalink
feat: update OpenAPI spec, add tracing, enhance Docker setup, update …
Browse files Browse the repository at this point in the history
…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
daniel-mader and nanderstabel authored Nov 30, 2023
1 parent 1c8533c commit 2540ebe
Show file tree
Hide file tree
Showing 28 changed files with 735 additions and 168 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
AGENT_CONFIG_LOG_FORMAT=json
AGENT_CONFIG_EVENT_STORE=postgres
AGENT_APPLICATION_HOST=my-domain.example.org
AGENT_STORE_DB_CONNECTION_STRING=postgresql://demo_user:demo_pass@localhost:5432/demo
Loading

0 comments on commit 2540ebe

Please sign in to comment.