laravel-api-demo icon indicating copy to clipboard operation
laravel-api-demo copied to clipboard

Laravel API for Demos

Results 4 laravel-api-demo issues
Sort by recently updated
recently updated
newest added

In `AuthController.php`, you have a couple of functions that need explaining, such as how they work behind the scenes, what they do, and where from the `vue-auth` package are they...

Any plans upgrading to Laravel 5.5? Thanks.

https://github.com/websanova/laravel-api-demo/blob/b7ff0ddff48bb71e68a8bba820f36140504fd15a/app/Http/Controllers/Api/v1/AuthController.php#L173 Hey @websanova, Why do we return this at all if `oauth2` function already generates the url and makes the redirect without even touching the backend? Can we just check...