Commit 5fe89b2
Implement multi-credential EUDI verification flow (eu-digital-identity-wallet#1)
* first flow
* fix
* polish readme
* polish readme
* feat: implement multi-credential EUDI verification flow and update documentation
-Introduced new IssuedCredential and VerifiedCredential Prisma models for tracking issued and verified credentials
-Added CredentialType enum and extended Application and JobPosting models accordingly
-Updated seed script with clearer logging and cleanup
-Expanded README.md with architecture overview, verification stages, and data flow explanation
-Added new docs/flowcharts.md with full set of Mermaid diagrams (application, credential, data, component, and CBOR decoding flows)
-Added official EUDI Wallet SVG asset for branding
-Improved .gitignore rules for Yarn, PNPM, and .env handling
-Cleaned up package.json
* fix postinstall
---------
Co-authored-by: Paris Smirlakis <smirlakis@gmail.com>
Co-authored-by: Smirlakis Paris <paris.smirlakis@netcompany.com>1 parent e9a1355 commit 5fe89b2
File tree
80 files changed
+13776
-6
lines changed- development
- docs
- prisma
- public
- src
- app
- api/applications
- [id]
- extras
- issue-receipt
- create
- qr-extras/[id]
- qr-issue/[id]
- qr/[id]
- verification-extras/[id]
- verification/[id]
- applications/[id]
- callback
- confirmation
- employee
- extras
- jobs
- [id]
- components
- atoms
- organisms
- server
- decorators
- domain
- entities
- mappers
- value-objects
- repositories
- schemas
- services
- types
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+13776
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| 31 | + | |
26 | 32 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
Binary file not shown.
0 commit comments