feat(auth): add Discord auth boilerplate

This commit is contained in:
2022-08-20 22:02:17 +01:00
parent 0b0a40460c
commit 1f08ea12c0
10 changed files with 67 additions and 15 deletions

12
composer.lock generated
View File

@@ -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": "1646b8b9400b69e8dd1b83e38b1b77e5",
"content-hash": "9d78d96466ddbdc75d3952615e00aafc",
"packages": [
{
"name": "almasaeed2010/adminlte",
@@ -2488,16 +2488,16 @@
},
{
"name": "laravel/socialite",
"version": "v5.5.1",
"version": "v5.5.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/socialite.git",
"reference": "9b96dfd69e9c1de69c23205cb390550bc71c357e"
"reference": "68afb03259b82d898c68196cbcacd48596a9dd72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/socialite/zipball/9b96dfd69e9c1de69c23205cb390550bc71c357e",
"reference": "9b96dfd69e9c1de69c23205cb390550bc71c357e",
"url": "https://api.github.com/repos/laravel/socialite/zipball/68afb03259b82d898c68196cbcacd48596a9dd72",
"reference": "68afb03259b82d898c68196cbcacd48596a9dd72",
"shasum": ""
},
"require": {
@@ -2553,7 +2553,7 @@
"issues": "https://github.com/laravel/socialite/issues",
"source": "https://github.com/laravel/socialite"
},
"time": "2022-02-07T16:08:19+00:00"
"time": "2022-03-10T15:26:19+00:00"
},
{
"name": "laravel/tinker",