From 568f98589b6c30bb3f807517d28039b12dd54be3 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 2 Oct 2022 11:54:30 +0300 Subject: companion-lite: rewrite to use IndieAuth This is a naive implementation that doesn't have some security checks. It's ok tho, should work fine... can refine it later --- kittybox-rs/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kittybox-rs/src/lib.rs') diff --git a/kittybox-rs/src/lib.rs b/kittybox-rs/src/lib.rs index 97bb608..05c1ed2 100644 --- a/kittybox-rs/src/lib.rs +++ b/kittybox-rs/src/lib.rs @@ -73,6 +73,8 @@ pub mod companion { ("index.html", "text/html; charset=\"utf-8\""), ("main.js", "text/javascript"), ("micropub_api.js", "text/javascript"), + ("indieauth.js", "text/javascript"), + ("base64.js", "text/javascript"), ("style.css", "text/css") }; -- cgit 1.4.1