Skip to content

Add AuthException #30

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

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Add AuthException #30

merged 1 commit into from
Apr 30, 2024

Conversation

G8XSU
Copy link
Collaborator

@G8XSU G8XSU commented Apr 30, 2024

It will be used when an unauthorized request is made or authentication from headers fails.

@G8XSU G8XSU marked this pull request as ready for review April 30, 2024 20:18
@G8XSU G8XSU requested a review from jkczyz April 30, 2024 20:18
It will be used when an unauthorized request is made or
 authentication from headers fails.
@G8XSU G8XSU requested a review from jkczyz April 30, 2024 20:51
@G8XSU G8XSU merged commit 63387fa into lightningdevkit:main Apr 30, 2024
2 checks passed
@G8XSU G8XSU mentioned this pull request Aug 23, 2024
G8XSU added a commit to G8XSU/vss-rust-client that referenced this pull request Aug 23, 2024
Major Changes include:
* Signature change in vss-client constructor. (in lightningdevkit#31 )
* Vss-client can now also return AuthError if AuthException is returned from server. (lightningdevkit#30)
* Adds VssHeaderProvider, can be used for auth and request signing.(lightningdevkit#31)
* Adds LnurlAuthToJwtProvider, provides LnUrl based JWT auth. (lightningdevkit#26)
* Adds KeyObfuscator, to provide client-side key obfuscation. (lightningdevkit#32)
* Package now has enforced MSRV of 1.63.0. (lightningdevkit#19)

This is a minor version bump because there are non-backward compatible changes in vss-client usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants