Here I am facing Access denied issue on entering user email and password
If you're trying to implement OAuth 2.0 in Laravel, I'd suggest to use Laravel Socialite, if you are not doing already.
the “Access Denied” issue you mentioned—does this happen after the user is redirected to the provider and enters their credentials? If so, it could be due to incorrect redirect URI, or even client ID/secret mismatch. Can you share the full error message or any logs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.