Samuel Martins

Results 28 comments of Samuel Martins

Please, let me know your laravel, passport and passport-multiauth versions.

In the version 4.0.0 of the package all works fine?

Hi Please check if the default guard is `web` on `config\auth.php`

@jflatscher Sorry for the delay. Have you found a solution to your problem? Please, let me know.

@hkarami1811 you can use personal access tokens. https://github.com/sfelix-martins/passport-multiauth/blob/4.0/README.md#personal-access-tokens

I think like the following response https://stackoverflow.com/questions/48755410/how-to-refresh-personal-access-token-programmatically-in-laravel

@nopalnaxcpm Please send more information about how you are creating the user.

@Arcas1 This behavior was changed on #50 to prevents that package users forget pass the provider and occur unexpected errors. I don't know if set `users` as default value will...

@masoodkhan11 You must use this package like described on [docs usage section](https://github.com/sfelix-martins/passport-multiauth#usage).

The `revoke` method should be able to invalidate the token. What's returned from `rider()` method from request? If it is an instance of class that uses that trait `SMartins\PassportMultiauth\HasMultiAuthApiTokens` all...