Commit e5d655b
authored
feat(persona): add Persona identity verification integration (#4967)
* feat(persona): add Persona identity verification integration
* feat(persona): complete API coverage — inquiry lifecycle, account update/redact, report listing, template discovery
* improvement(persona): explicit HTTP error handling in all transforms, fix tags wand generation type
* chore(persona): align docs path and docsLink with staging structure
* improvement(persona): fail-closed file access gate on import route, explicit error when one-time link missing
* improvement(persona): validate report template ID before request
* improvement(persona): reject unexpected import response bodies instead of returning an empty importer
* improvement(persona): require session token on resume per API contract1 parent da8e6ee commit e5d655b
42 files changed
Lines changed: 4704 additions & 0 deletions
File tree
- apps
- docs
- components
- ui
- content/docs/en/integrations
- sim
- app/api/tools/persona/import-accounts
- blocks
- blocks
- components
- lib
- api/contracts/tools
- integrations
- tools
- persona
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
961 | 961 | | |
962 | 962 | | |
963 | 963 | | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
964 | 982 | | |
965 | 983 | | |
966 | 984 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
379 | 380 | | |
380 | 381 | | |
381 | 382 | | |
| 383 | + | |
382 | 384 | | |
383 | 385 | | |
384 | 386 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments