upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/key_handling/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-06-24 09:39:18 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-06-24 09:39:18 +0100
commit173ab188b326fbe78cfba4ab455a74619f4556bb (patch)
tree743a2413c241f7babd4efb336718c510eb743847 /src/key_handling/mod.rs
parent681fdd7683363c62251ecd8dabcc1931a18f4840 (diff)
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
Diffstat (limited to 'src/key_handling/mod.rs')
-rw-r--r--src/key_handling/mod.rs1
1 files changed, 0 insertions, 1 deletions
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 @@
1pub mod encryption; pub mod encryption;
2pub mod users;