Commit 6006870
authored
feat(credentials): add v2 credential lifecycle APIs (#6664)
* feat(credentials): add v2 OAuth connection APIs
* fix(credentials): preserve active OAuth connection links
* fix(credentials): bind OAuth links to connection intent
* feat(credentials): complete v2 credential lifecycle
* fix(credentials): make disconnect idempotent
* fix(credentials): stabilize oauth draft retries
* fix(credentials): bind oauth callbacks to drafts
* fix(credentials): fail closed on oauth completion
* fix(credentials): bind shopify completion to oauth state
* fix(credentials): align custom oauth reconnects
* fix(credentials): centralize application authorization
* fix(credentials): keep OAuth draft intent immutable
* fix(credentials): allow renamed reconnect targets
* fix(credentials): close OAuth draft edge cases
* fix(credentials): fail closed without breaking auth
* fix(credentials): preserve migrated route behavior
* feat(credentials): add provider search
* fix(credentials): prevent stale secrets and drafts1 parent 0ce8ded commit 6006870
124 files changed
Lines changed: 10370 additions & 3479 deletions
File tree
- .agents/skills/migrate-application-operation
- .claude/commands
- .cursor/commands
- apps
- docs
- content/docs/en/integrations
- sim
- app
- api
- auth
- accounts
- instagram/authorize
- oauth2
- authorize
- callback
- instagram
- shopify
- shopify/store
- oauth
- connections
- disconnect
- shopify/authorize
- trello
- authorize
- store
- credentials
- [id]
- members
- draft
- memberships
- v2/credentials
- [credentialId]
- connections
- providers
- oauth/credential-connected
- hooks
- queries
- utils
- lib
- api
- contracts
- v2
- __tests__
- openapi
- server/routes
- auth
- copilot
- application
- tools/handlers
- management
- core/application
- credentials
- __tests__
- api
- application
- orchestration
- integrations
- oauth
- scripts
- openapi
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 | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
81 | 118 | | |
82 | 119 | | |
83 | 120 | | |
| |||
270 | 307 | | |
271 | 308 | | |
272 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
273 | 314 | | |
274 | 315 | | |
275 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
80 | 117 | | |
81 | 118 | | |
82 | 119 | | |
| |||
269 | 306 | | |
270 | 307 | | |
271 | 308 | | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
272 | 313 | | |
273 | 314 | | |
274 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
76 | 113 | | |
77 | 114 | | |
78 | 115 | | |
| |||
265 | 302 | | |
266 | 303 | | |
267 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
268 | 309 | | |
269 | 310 | | |
270 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
0 commit comments