From 66049566ae865e1a4bd049257d6afc0abded16e9 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 19 Sep 2022 17:30:38 +0300 Subject: feat: indieauth support Working: - Tokens and codes - Authenticating with a password Not working: - Setting the password (need to patch onboarding) - WebAuthn (the JavaScript is too complicated) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ce9b63e..6744025 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ dump.rdb *~ /kittybox-rs/test-dir /kittybox-rs/media-store +/kittybox-rs/auth-store /kittybox-rs/fonts/* /token.txt -- cgit 1.4.1