dolibarr
18.0.0
|
Files | |
file | functions_dolibarr.php [code] |
Authentication functions for Dolibarr mode (check user on login or email and check pass) | |
file | functions_empty.php [code] |
Empty authentication functions for test. | |
file | functions_forceuser.php [code] |
Authentication functions for forceuser. | |
file | functions_googleoauth.php [code] |
Authentication functions for Google OAuth mode using "Server flow" Another method could be to use the "Implicit flow" using Google-Signin library. | |
file | functions_http.php [code] |
Authentication functions for HTTP Basic. | |
file | functions_ldap.php [code] |
Authentication functions for LDAP. | |
file | functions_openid.php [code] |
Authentication functions for OpenId mode. | |
file | functions_openid_connect.php [code] |
OpenID Connect: Authorization Code flow authentication. | |