passport-multiauth
passport-multiauth copied to clipboard
Authentication taking only first oauth_client
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.
Hi @masoodkhan11
Can you help simulate this error?
Maybe a unit test case failing...
Thanks!