-
Notifications
You must be signed in to change notification settings - Fork 91
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
Enable using VssStore with VssHeaderProvider. #369
Conversation
G8XSU
commented
Oct 10, 2024
- Enable using VssStore with VssHeaderProvider.
- Default to LnUrlJWT auth for using VSS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is failing on the formatting step.
Pushed 2 more commits but its not showing up since github is still processing them since 3 hrs: https://github.blog/changelog/2023-09-26-more-details-provided-when-a-pull-request-is-merged-indirectly-or-is-still-processing-updates/#pushed-commits-are-still-being-processed. |
Hmm, could you force-push once more? Can't review commits that aren't there 😁 |
Also needs a rebase to account for the yanked 0.0.124. |
Already force-pushed, didn't work. Hopefully it will be resolved after rebase, otherwise i might have to close this PR and open a new one. |
87751f4
to
d33d4ed
Compare
Rebased. |
422857c
to
d9c3f39
Compare
06d0d2c
to
daa18b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically LGTM, mod #369 (comment)
Feel free to interleave and squash current round of fixups.
build_with_vss_store now uses LNURL-Auth as the default method for authentication/authorization.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM