passport-multiauth icon indicating copy to clipboard operation
passport-multiauth copied to clipboard

Authentication taking only first oauth_client

Open masoodkhan11 opened this issue 6 years ago • 1 comments

Authentication is working fine, but problem is oauth_access_token table is inserting every row with first client id of oauth_clients, not taking request parameters of grant_type, client_id and client_secret.

Not returning error if I do not send these parameters or send invalid client_secret and authenticate with first client of oauth_clients.

masoodkhan11 avatar Jul 18 '19 06:07 masoodkhan11

Hi @masoodkhan11

Can you help simulate this error?

Maybe a unit test case failing...

Thanks!

sfelix-martins avatar Nov 09 '19 02:11 sfelix-martins