Laravel passport with socialite
This is an example repo to demonstrate; how to
use laravel-passport-social-grant package
with socialite to authenticate your mobile app.
mod_rewrite
./storage
and ./bootstrap/cache
folders.env.example
), and update environment variables
cp .env.example .env
php artisan key:generate
* Migrate and Seed database
php artisan migrate
php artisan db:seed
* Create the symbolic link for local file uploads
php artisan storage:link
* Run this command for to make Laravel Passport work
php artisan passport:keys
```
.env
file./postman
folder to see example login requestSocialUserResolverInterface
implementation hereSame as Laravel, MIT license