codenitive / laravel-oneauth

OAuth and OAuth2 Auth bundle for Laravel

Home Page:http://bundles.laravel.com/bundle/oneauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeInception.

crynobone opened this issue · comments

Due to the new laravel.auth: login it might be possible that OneAuth\Core::sync() would be fire multiple time. One from https://github.com/codenitive/laravel-oneauth/blob/master/libraries/auth/core.php#L56-L58 and https://github.com/codenitive/laravel-oneauth/blob/master/start.php#L49-L54. In event where login are coming from OAuth providers, we should overwrite laravel.auth: login.