Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2016-05-02 11:26:47 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
5c1015d6fc9231a37b8155c601befb2c9ae1104d
5c1015d6
1 parent
3385ec3f
Updated social testing compatibility
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
app/Services/SocialAuthService.php
phpunit.xml
app/Services/SocialAuthService.php
View file @
5c1015d
<?php
namespace
BookStack\Services
;
use
GuzzleHttp\Exception\ClientException
;
use
Laravel\Socialite\Contracts\Factory
as
Socialite
;
use
BookStack\Exceptions\SocialDriverNotConfigured
;
use
BookStack\Exceptions\SocialSignInException
;
use
BookStack\Exceptions\UserRegistrationException
;
use
BookStack\Http\Controllers\Auth\AuthController
;
use
BookStack\Repos\UserRepo
;
use
BookStack\SocialAccount
;
use
BookStack\User
;
class
SocialAuthService
{
...
...
phpunit.xml
View file @
5c1015d
...
...
@@ -34,5 +34,6 @@
<env
name=
"GITHUB_APP_SECRET"
value=
"aaaaaaaaaaaaaa"
/>
<env
name=
"GOOGLE_APP_ID"
value=
"aaaaaaaaaaaaaa"
/>
<env
name=
"GOOGLE_APP_SECRET"
value=
"aaaaaaaaaaaaaa"
/>
<env
name=
"APP_URL"
value=
"http://bookstack.dev"
/>
</php>
</phpunit>
...
...
Please
register
or
sign in
to post a comment