-
Hi,
My login route in api.php uses default controller of laravel passport
`Route::post('/login', '\Laravel\Passport\Http\Controllers\AccessTokenController@issueToken');`
Issue is you pass any pro…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
[diginaga@server asset]$ git pu…
-
Hello,
We're curious if it's possible to include this package in a Laravel project with Laravel Passport to provide SSO and OpenID.
We tried using https://github.com/steverhoades/oauth2-openid-con…
-
- Laravel Swagger Version: v0.7.x-dev
- Laravel Version: 6.0.x
- PHP Version: 7.3
### Description:
If there is a route with PATCH method an error will be thrown: `Undefined index: patch`
Fixe…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
Docker-compose based installati…
-
Use laravel Passport with Api Dingo for email and password authentication With
> 'auth' => [
> 'jwt' => 'Dingo\Api\Auth\Provider\JWT',
> ],
>
> 'auth' => [
> 'passport' => 'Provi…
-
Hey @robbamos thanks for the repo.
I haven't gone through the motions of installing this yet (though I noticed [you removed Passport](https://github.com/robbamos/laravel-nuxt/commit/070a76dab9eb4c8…
-
I'm using Laravel 5.6 with jwt-auth for API Authentication. The idea behind it is simple:
1. You send a HTTP POST request with user credentials and get an "access_token" if successfully.
2. Every …
-
Sorry , i just wanted request new feature . could you please add grouped routes.
for example.. all `oauth` related routes will be something like this.
```
Oauth Routes-
'oauth/authorize' '\Laravel…
ghost updated
4 years ago
-
Package commands don't show up on the interface. Try installing Laravel Passport and you'll see that `passport:client` and the like don't show up.