diff --git a/Cargo.lock b/Cargo.lock index cf9bfbe..abf383f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,6 +140,7 @@ name = "authenticator" version = "0.1.0" dependencies = [ "anyhow", + "base64 0.22.1", "clap", "pubky", "pubky-common", @@ -1511,6 +1512,7 @@ checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" name = "pubky" version = "0.1.0" dependencies = [ + "base64 0.22.1", "bytes", "js-sys", "pkarr", diff --git a/examples/authz/3rd-party-app/index.html b/examples/authz/3rd-party-app/index.html index 3eafca8..1249852 100644 --- a/examples/authz/3rd-party-app/index.html +++ b/examples/authz/3rd-party-app/index.html @@ -4,7 +4,7 @@ - Vite + Lit + Pubky Auth Demo