Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenID For VP (openwallet-foundation#926)
* feat: add new models Signed-off-by: Micah Peltier <[email protected]> * feat: add request, pres_def admin routes Signed-off-by: Micah Peltier <[email protected]> * feat: (WIP) more routes for oid4vp Signed-off-by: Micah Peltier <[email protected]> * fix: quick fixes for oid4vp routes Signed-off-by: Micah Peltier <[email protected]> * feat: add topics Signed-off-by: Micah Peltier <[email protected]> * fix: register get_request Signed-off-by: Micah Peltier <[email protected]> * feat: get presentation admin routes Signed-off-by: Micah Peltier <[email protected]> * feat: Add HTMX demo for OID4VC After talking with @dbluhm, we've decided to replace the heavy/time-consuming react.js demo with a much lighter weight and faster HTMX-based demo. What's contained within this commit is a first pass towards those efforts and (for the most part) works just fine. Future commits will expound upon the presentation flow, as well as clean up the code to make it a bit easier to read. Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * feat: add pres delete route Signed-off-by: Micah Peltier <[email protected]> * fix: fix demo app crashes Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * feat: (WIP) did jwk work, etc. Signed-off-by: Micah Peltier <[email protected]> * fix: issue to subject did not kid Signed-off-by: Daniel Bluhm <[email protected]> * feat: add pex evaluator Signed-off-by: Daniel Bluhm <[email protected]> * feat: id needs to be uuid4 to pass schema validation Signed-off-by: Micah Peltier <[email protected]> * fix: minor adjustments Signed-off-by: Micah Peltier <[email protected]> * feat: model adjustments Signed-off-by: Micah Peltier <[email protected]> * feat: get request admin route working Signed-off-by: Micah Peltier <[email protected]> * feat: add response public route Signed-off-by: Micah Peltier <[email protected]> * refactor: rename plugin for clarity Signed-off-by: Daniel Bluhm <[email protected]> * fix: more renames vci to vc Signed-off-by: Daniel Bluhm <[email protected]> * refactor: rename whole plugin Signed-off-by: Daniel Bluhm <[email protected]> * refactor: remove old frontend Signed-off-by: Daniel Bluhm <[email protected]> * fix: oid4vci rename in lite plugins Signed-off-by: Daniel Bluhm <[email protected]> * refactor: move jwt_vc_json into oid4vc plugin Signed-off-by: Daniel Bluhm <[email protected]> * refactor: move mso_mdoc into oid4vc plugin Signed-off-by: Daniel Bluhm <[email protected]> * chore: cleanup old dir Signed-off-by: Daniel Bluhm <[email protected]> * chore: linting and formatting Signed-off-by: Daniel Bluhm <[email protected]> * fix: failing tests Signed-off-by: Daniel Bluhm <[email protected]> * fix: issues with EdDSA Signed-off-by: Daniel Bluhm <[email protected]> * test: int test presentation with credo Signed-off-by: Daniel Bluhm <[email protected]> * feat: Add initial webhook support Just committing stuff that hasn't been committed in a while (apparently) Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * feat: Add responsive & debug presentations Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * feat: some readme updates, new diagram Signed-off-by: Micah Peltier <[email protected]> * chore: docstring cleanup, remove commented code Signed-off-by: Micah Peltier <[email protected]> * feat: Add process logging to issuance Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * chore: cleanup unused code Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * chore: Cleanup demo controller Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * chore: fix typos Signed-off-by: Micah Peltier <[email protected]> --------- Signed-off-by: Micah Peltier <[email protected]> Signed-off-by: Colton Wolkins (Laptop) <[email protected]> Signed-off-by: Daniel Bluhm <[email protected]> Co-authored-by: Colton Wolkins (Laptop) <[email protected]> Co-authored-by: Daniel Bluhm <[email protected]>
- Loading branch information