Skip to content
  • Valentin Samir's avatar
    Add SqlAuthUser and LdapAuthUser auth classes. Deprecate the usage of... · 2298b94f
    Valentin Samir authored
    Add SqlAuthUser and LdapAuthUser auth classes. Deprecate the usage of SqlAuthUser in favor of SqlAuthUser.
    
    SqlAuthUser use django databases management, and thus is compatible with all SQL databases supported
    by django: postgresql, mysql, sqlite3 and oracle.
    
    LdapAuthUser use the full pythonic ldap3 module
    2298b94f