added socialite and some hacks via vendor sideload to add social login

This commit is contained in:
2018-07-08 23:59:32 +02:00
parent d1fa087121
commit 6e2040249b
123 changed files with 4356 additions and 6 deletions
+9
View File
@@ -62,6 +62,15 @@
</div>
</form>
</div>
<div class="card-body">
<a type="submit" href="{{route('oauth-github-authorize')}}" class="btn btn-dark">
{{ __('Register with GitHub') }}
</a>
<a type="submit" href="{{route('oauth-github-login')}}" class="btn btn-dark">
{{ __('Log in with GitHub') }}
</a>
</div>
</div>
</div>
</div>