Commit db600ca
fix(mase): handle subjectId null case (#3707)
* feat(auth): add subject to grant
* feat(auth): add subject to grant
* fix(auth): grant access when is undefined
* feat(auth): subject id validation
* fix(auth): fix tests
* Update packages/auth/src/graphql/schema.graphql
Co-authored-by: Max Kurapov <max@interledger.org>
* feat(auth): throw GrantError instead of Error
* fix(auth): description for subIdFormat
* fix(auth): trx in tests is knex
* fix: grant service to throw only grant errors
* fix(auth): address change requests
* fix(auth): address change requests
* fix tests
* access token optional in grant response
* fix(auth): move accessErrorsMap to grant
* fix(auth): fix test for grant access
* fix(auth): changed interaction generic error message
* use main OpenAPI spec for Auth
* fix(auth): approved grant does not return subject
* fix(auth): remove unused import
Co-authored-by: Max Kurapov <max@interledger.org>
* fix(auth): make access_token optional in response
* fix(deps): sha.js critical update
* fix(deps): critical update
* Update package.json
Co-authored-by: Max Kurapov <max@interledger.org>
* update pnpm lock file
* change op specs version
* feat(auth): update idp openapi spec
* feat(auth): make idp standalone
* chore(deps): update axios
* fix(auth): access token in response when it shouldnt
* fix(auth): tests
* try to fix grype scan
* try fix grype
* restore 'fix'
* try fix grype
* try fix grype 2
* feat(localenv): expose subject during consent in mock-ase (#3666)
* feat(localenv): expose subject during consent in mock-ase
* feat: include client name in subject grant line
* fix(mase): grantId not being retrieved
* fix(mase): consent and confirmation texts
* fix: handle subject-only grants properly
---------
Co-authored-by: Cozmin Ungureanu <ucozmin@gmail.com>
* fix(mase): handle subjectId null case
* chore(mase): remove unused SubjectId type
---------
Co-authored-by: Cozmin Ungureanu <ucozmin@gmail.com>
Co-authored-by: Nathan Lie <lie4nathan@gmail.com>1 parent 539ced6 commit db600ca
File tree
2 files changed
+10
-14
lines changed- localenv/mock-account-servicing-entity/app
- lib
- routes
2 files changed
+10
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 31 | | |
37 | 32 | | |
38 | 33 | | |
| |||
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
372 | 373 | | |
373 | 374 | | |
374 | 375 | | |
375 | | - | |
| 376 | + | |
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
| |||
0 commit comments