Open bshaffer opened 10 years ago
Maybe I'm misunderstanding the oAuth protocol or the implementation this library offers, so please correct me if I'm wrong.
I thought the oauth_users table is intended for the user credentials grant, not oauth_clients.
What I am wondering is if oauth_clients (used for the client credentials grant) should have a redirect_uri field in the first place. It only seems to be used in the Authorization Code grant type.
from @jgoux