laravel-mongodb-passport icon indicating copy to clipboard operation
laravel-mongodb-passport copied to clipboard

A package to get Laravel Passport working with MongoDB

Results 21 laravel-mongodb-passport issues
Sort by recently updated
recently updated
newest added

- A classe TokenRepository recebe no meu método save() o tipo Token. Isso causa um erro citado https://github.com/laravel/passport/issues/968. A mudança feita sobscreve a classe TokenRepository alterando o suporte para um...

more than a year that this package is not updated, then i forked it, made it compatible with latest laravel and passport versions then published it under my namespace. Pls...

"laravel/passport": "^10.1", "jenssegers/mongodb": "^3.8" after run: composer require designmynight/laravel-mongodb-passport Problem 1 - designmynight/laravel-mongodb-passport[v2.0.0, ..., v2.0.1] require illuminate/support ^5.5 || ^6.0 -> found illuminate/support[v5.5.0, . .., 5.8.x-dev, v6.0.0, ..., 6.x-dev] but...

I run `php artisan passport:install` has error ```Symfony\Component\Debug\Exception\FatalThrowableError : Argument 1 passed to Laravel\Passport\Console\ClientCommand::outputClientDetails() must be an instance of Laravel\Passport\Client, instance of DesignMyNight\Mongodb\Passport\Client given, called in D:\Projects\basiganh\vendor\laravel\passport\src\Console\ClientCommand.php on line 69```...

![image](https://user-images.githubusercontent.com/20252109/80446688-24afe280-8935-11ea-978d-d803cb14b729.png) this is what happening when i try to install this package

Toekn refreshing was giving errors

In order to execute the command `php artisan passport:install`, the ClientCommand needs to be overwritten and patched.