From 173ab188b326fbe78cfba4ab455a74619f4556bb Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 24 Jun 2024 09:39:18 +0100 Subject: feat(login): store in git config and use cache replace ngit yaml file config with: * nsec / ncryptsec / npub in git config in nostr.* namespace * sql database cache for metadata and relay events allow different logins to be used for different git repositories by storing login in local git config --- src/key_handling/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/key_handling/mod.rs') diff --git a/src/key_handling/mod.rs b/src/key_handling/mod.rs index bcb10df..81c4253 100644 --- a/src/key_handling/mod.rs +++ b/src/key_handling/mod.rs @@ -1,2 +1 @@ pub mod encryption; -pub mod users; -- cgit v1.2.3