Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login is not working with another guard #91

Open
masoodkhan11 opened this issue Jun 13, 2019 · 1 comment
Open

Login is not working with another guard #91

masoodkhan11 opened this issue Jun 13, 2019 · 1 comment

Comments

@masoodkhan11
Copy link

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 provider in login request, lt inserts default provider users in provider column in oauth_access_token_provider table.

Please help me what is wrong ?

@sfelix-martins
Copy link
Owner

sfelix-martins commented Jun 14, 2019

@masoodkhan11
You must use this package like described on docs usage section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants