vc-authn-oidc
vc-authn-oidc copied to clipboard
Presentation Request explorer initial concept
A very simple version of the Presentation Request Explorer concept that we can iterate on given feedback from Kim and other planning.
Navigating to {vcauth url}/ver_configs/explorer loads HTML page. This is a public route.
"ver_configs" is the same router that the API endpoints are on, can adjust route naming and things later on feedback
The UI is just a Jinja template that takes in the output of fetching all Verification Configs.
- Serves an HTML page
- CDN for Bootstrap
- The very basic https://datatables.net/ via CDN
- jQuery CDN (yes in 2024, but datatables requires it and that fits the needs so far)
Can revisit this stuff as more requirements come, extend to a SPA if needed, etc. Depending on future needs if much more business logic (any authentication, sending requests for create/delete pres reqs, contacting via email, etc etc) is needed then moving to a separate standalone FE app rather than just serving an HTML page from VCAuthN API might work better.