-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: token invalid throw 401 instead of return public incoming payment #3062
Merged
DarianM
merged 12 commits into
main
from
2889-throw-error-when-failing-to-introspect-token-instead-of-returning-public-incoming-payment
Nov 4, 2024
Merged
chore: token invalid throw 401 instead of return public incoming payment #3062
DarianM
merged 12 commits into
main
from
2889-throw-error-when-failing-to-introspect-token-instead-of-returning-public-incoming-payment
Nov 4, 2024
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ced6d16 - Browse repository at this point
Copy the full SHA ced6d16View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0909bf - Browse repository at this point
Copy the full SHA e0909bfView commit details -
Update packages/backend/src/open_payments/auth/middleware.ts
`authorization` can still be undefined here, when the `canSkipAuthValidation` is false it won't enter the early return statement and will return 401 because of undefined authorization Co-authored-by: Max Kurapov <max@interledger.org>
Configuration menu - View commit details
-
Copy full SHA for c242202 - Browse repository at this point
Copy the full SHA c242202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97afcdf - Browse repository at this point
Copy the full SHA 97afcdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd1b8e3 - Browse repository at this point
Copy the full SHA dd1b8e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90fb80 - Browse repository at this point
Copy the full SHA e90fb80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92b887e - Browse repository at this point
Copy the full SHA 92b887eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0d4b1 - Browse repository at this point
Copy the full SHA fa0d4b1View commit details
Commits on Nov 4, 2024
-
darianm authored and darianm committed
Nov 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 150a26e - Browse repository at this point
Copy the full SHA 150a26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64518b2 - Browse repository at this point
Copy the full SHA 64518b2View commit details -
fix test: change toBeUndefined to toBeFalsy
darianm authored and darianm committedNov 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 9408795 - Browse repository at this point
Copy the full SHA 9408795View commit details -
darianm authored and darianm committed
Nov 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 040b132 - Browse repository at this point
Copy the full SHA 040b132View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.