uiri / SEGIMAP

IMAP (and LMTP) Server written in Rust
MIT License
32 stars 6 forks source link

Make Authentication Backend-Agnostic #6

Open indiv0 opened 9 years ago

indiv0 commented 9 years ago

Right now authentication is limited to our by-hand user entry rust-crypto bcrypt stuff.

We should allow multiple backends for authentication (SQL, flatfiles, etc.).