|
dolibarr 21.0.4
|

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