laravel-fans / laravel-ui-socialite

Automatically generate database, pages and routes for Laravel Socialite.
https://packagist.org/packages/laravel-fans/ui-socialite
Other
24 stars 7 forks source link

users table has remember_token, not need access_token #6

Open sinkcup opened 5 years ago

sinkcup commented 5 years ago

no, users table remember_token only support one provider, it will be overrode, so can not use it.

for example: your github account use gmail, open laravel app site, at first login by github, remember_token value is github access token, then login by google, remember_token value will be changed to google access token.