Adds "Login with <provider>" as an alternative login method using the jumbojett/openid-connect-php library. OIDC users must already exist in the database (matched by email). Configurable via OIDC_PROVIDER_URL, OIDC_CLIENT_ID, OIDC_CLIENT_SECRET, and OIDC_PROVIDER_NAME constants. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
628 B
JSON
29 lines
628 B
JSON
{
|
|
"name": "aaron/hashru",
|
|
"description": "HashRU",
|
|
"license": "Proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "Aaron van Geffen",
|
|
"email": "aaron@aaronweb.net"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"controllers/",
|
|
"models/",
|
|
"templates/"
|
|
]
|
|
},
|
|
"require": {
|
|
"ext-mysqli": "*",
|
|
"ext-imagick": "*",
|
|
"ext-gd": "*",
|
|
"ext-imagick": "*",
|
|
"ext-mysqli": "*",
|
|
"twbs/bootstrap": "^5.3",
|
|
"twbs/bootstrap-icons": "^1.10",
|
|
"jumbojett/openid-connect-php": "^1.0"
|
|
}
|
|
}
|