whmcs-oidc_admin_login/composer.json
Kumi 28ae0b2761
feat: add OIDC admin login for WHMCS
Introduces a new OIDC (OpenID Connect) based authentication mechanism for WHMCS admins, allowing secure logins using an external OIDC provider. This commit adds necessary configuration files, updates the .gitignore to exclude vendor-specific files and the config.php, adds a LICENSE file, and outlines the installation and usage in the README.md. The key functionalities include setting up an OIDC client with the required scopes and handling user authentication and session management within WHMCS.

This enhancement leverages openid-connect-php library for OIDC interactions and streamlines admin login processes, aiming to improve security and ease of use by integrating with modern identity providers.

Note: This module is a proof of concept and should be used cautiously in production environments.
2024-04-26 19:00:54 +02:00

6 lines
74 B
JSON

{
"require": {
"jumbojett/openid-connect-php": "^1.0"
}
}