82 lines
2.9 KiB
Diff
82 lines
2.9 KiB
Diff
diff --git a/composer.json b/composer.json
|
|
index af8168f4c..1775f150e 100644
|
|
--- a/composer.json
|
|
+++ b/composer.json
|
|
@@ -54,6 +54,7 @@
|
|
"phpmailer/phpmailer": "~6.0",
|
|
"predis/predis": "^2.0",
|
|
"silber/bouncer": "^1.0",
|
|
+ "socialiteproviders/kanidm": "^5.0",
|
|
"socialiteproviders/manager": "^4.3",
|
|
"spatie/laravel-ignition": "^2.0",
|
|
"symfony/yaml": "^6.2",
|
|
diff --git a/composer.lock b/composer.lock
|
|
index 3d89a1530..a00c5f307 100644
|
|
--- a/composer.lock
|
|
+++ b/composer.lock
|
|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
- "content-hash": "fee5d24447dced4397e26066f8c9ee59",
|
|
+ "content-hash": "b9316a47587c8e6f6b0adbe3d54777f3",
|
|
"packages": [
|
|
{
|
|
"name": "amenadiel/jpgraph",
|
|
@@ -5906,6 +5906,56 @@
|
|
},
|
|
"time": "2023-02-10T16:47:25+00:00"
|
|
},
|
|
+ {
|
|
+ "name": "socialiteproviders/kanidm",
|
|
+ "version": "5.0.0",
|
|
+ "source": {
|
|
+ "type": "git",
|
|
+ "url": "https://github.com/SocialiteProviders/Kanidm.git",
|
|
+ "reference": "111ad45941e7150e3219ddfdeb8159f758bde2fd"
|
|
+ },
|
|
+ "dist": {
|
|
+ "type": "zip",
|
|
+ "url": "https://api.github.com/repos/SocialiteProviders/Kanidm/zipball/111ad45941e7150e3219ddfdeb8159f758bde2fd",
|
|
+ "reference": "111ad45941e7150e3219ddfdeb8159f758bde2fd",
|
|
+ "shasum": ""
|
|
+ },
|
|
+ "require": {
|
|
+ "ext-json": "*",
|
|
+ "php": "^8.0",
|
|
+ "socialiteproviders/manager": "^4.4"
|
|
+ },
|
|
+ "type": "library",
|
|
+ "autoload": {
|
|
+ "psr-4": {
|
|
+ "SocialiteProviders\\Kanidm\\": ""
|
|
+ }
|
|
+ },
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
+ "license": [
|
|
+ "MIT"
|
|
+ ],
|
|
+ "authors": [
|
|
+ {
|
|
+ "name": "Tom Hubrecht",
|
|
+ "email": "tom@hubrecht.ovh"
|
|
+ }
|
|
+ ],
|
|
+ "description": "Kanidm OAuth2 Provider for Laravel Socialite",
|
|
+ "keywords": [
|
|
+ "kanidm",
|
|
+ "laravel",
|
|
+ "oauth",
|
|
+ "provider",
|
|
+ "socialite"
|
|
+ ],
|
|
+ "support": {
|
|
+ "docs": "https://socialiteproviders.com/kanidm",
|
|
+ "issues": "https://github.com/socialiteproviders/providers/issues",
|
|
+ "source": "https://github.com/socialiteproviders/providers"
|
|
+ },
|
|
+ "time": "2024-02-19T19:49:21+00:00"
|
|
+ },
|
|
{
|
|
"name": "socialiteproviders/manager",
|
|
"version": "v4.6.0",
|