2 repository-uri
Verifies user credentials by querying a relational database table that stores usernames and hashed passwords.
Distinct from Database Authentication: Distinct from Database Authentication: focuses on authenticating email users against a SQL table, not database-level access control.
Explore 2 awesome GitHub repositories matching security & cryptography · SQL Credential Verifications. Refine with filters or upvote what's useful.
ejabberd is a multi-protocol communication gateway and scalable server that implements XMPP for instant messaging and presence. It serves as a federated messaging platform, enabling interoperable communication and user discovery between different remote servers. The project functions as an MQTT message broker for lightweight IoT device communication and a SIP signaling server for managing voice and multimedia signaling traffic. It allows for the hosting of multiple domains on a single instance using virtual hosting to isolate configurations and prevent username conflicts. The system provides
Verifies user credentials by querying relational database tables storing usernames and hashed passwords.
Maddy is a modular mail server that assembles a complete email system by connecting small, single-purpose modules through a declarative configuration file. Rather than a monolithic stack, it lets operators compose message processing, storage, authentication, and security enforcement from interchangeable building blocks, with each module handling a specific function like receiving SMTP connections, verifying credentials, or applying policy checks. The server distinguishes itself through its flexible authentication and security architecture. It delegates user verification to external systems in
Verifies credentials by querying a relational database table that stores usernames and hashed passwords.