Skip to content

Commit d79ef34

Browse files
committed
fixup! Default to LnUrlJWT auth for using VSS.
1 parent d39ee6d commit d79ef34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ impl NodeBuilder {
364364
/// Builds a [`Node`] instance with a [VSS] backend and according to the options
365365
/// previously configured.
366366
///
367-
/// Uses [LNURL-auth] based scheme as default method for authentication/authorization.
367+
/// Uses [LNURL-auth] based authentication scheme as default method for authentication/authorization.
368368
///
369369
/// The LNURL challenge will be retrieved by making a request to the given `lnurl_auth_server_url`.
370370
/// The returned JWT token in response to the signed LNURL request, will be used for

0 commit comments

Comments
 (0)