fixing up the authenticator to allow identiy chaining

This commit is contained in:
2018-07-10 21:55:47 +02:00
parent 598f2f8024
commit d74b76da3e
41 changed files with 513 additions and 346 deletions
@@ -1,5 +1,6 @@
<?php namespace SocialNorm\Facebook;
use GuzzleHttp\Exception\BadResponseException;
use SocialNorm\Exceptions\InvalidAuthorizationCodeException;
use SocialNorm\Providers\OAuth2Provider;