warden-worker/src
2025-11-30 03:24:10 +00:00
..
handlers fix: update send_verification_email endpoint to return a json type 2025-11-29 16:29:59 +00:00
models feat: implement password salting and PBKDF2 hashing for user registration and authentication 2025-11-29 14:42:40 +00:00
auth.rs Cleanup 2025-09-21 16:01:16 +05:30
crypto.rs feat: implement password salting and PBKDF2 hashing for user registration and authentication 2025-11-29 14:42:40 +00:00
db.rs feat: add database migration handling and update wrangler.toml configuration 2025-11-30 03:24:10 +00:00
error.rs Login to vault 2025-09-21 11:35:13 +05:30
lib.rs feat: add database migration handling and update wrangler.toml configuration 2025-11-30 03:24:10 +00:00
router.rs feat: implement soft and hard delete operations for ciphers, including bulk actions and restore functionality 2025-11-28 16:23:09 +00:00