-
Hi!
I would like to use passport-multiauth with CreateFreshApiToken class, so I can use my api with my javascript application.
` 'web' => [
...
\Laravel\Passport\Http\…
-
Using version ^7.0 for smartins/passport-multiauth
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies
Your requirements could not be reso…
-
Hello, I really like your plug-in that supports multi table and multi field login. However, I recently found that it does not support laravel / frameworl ^ 8. X and laravel / Passport ^ 10.0. I wonder…
-
We built a system where we have admin and client user types.
Admin can "operate as" a client. In real terms, admin can log in on behalf of a client and navigate client resources.
The key is, when ad…
-
how i can add multi auth?
i have two user Model with two table (User, Admin)
```
Config::set('jwt.user', Admin::class);
Config::set('auth.providers.users.model', Admin::clas…
-
First of all thanks for this awesome package !
I seem to have an issue with client_credentials grant that look like this one https://github.com/sfelix-martins/passport-multiauth/issues/33.
When I …
-
Hi,
I am experiencing severe security issue with version 4.0 . It doesnt appear in version 3.0
Problem is that after retrieval of access token I am able to pass through all of the defined auth g…
-
Hi. I use this package and works great!
but Imagine that I want to sign in with google Auth and check if user exists, make new access token and refresh token for user without requesting to /oauth/tok…
-
login with custom provider is successfull, but always Unauthenticated when user `Route::group(['middleware'` => 'multiauth:member'], function(){
Route::get('/member', function($request){
…
-
I hit a use case where I needed to refresh `req.user` with new information without logging in and out. Somebody on Stack Overflow pointed me to calling `req.login()` with the updated values. However n…