Module to support having multiple security realms simultaneously. For example when it is necessary to support authentication with both LDAP and DB-users.
Stores users, roles, and passwords in the database. Uses PBKDF2 With Hmac SHA1 for password hashes.
Get users, roles, and check password in Ldap.
Generates a login token for the user and store it in the database for later verification.
Handles sending login tokens to user by email.
Authenticate and handle identites through integration with FEIDE.
Authenticate users using the NTLM protocol.
Legacy password hash implemetation using MD5.
Autenticate users by integrating with Signicat
Autenticate users by integrating with Kerberos