Login with google in yii 2.0

I was trying to login with google in yii 2.0 , but everything failed.

I was success with facebook, but with google it notify error:

  1. That’s an error.

Error: redirect_uri_mismatch

I spent a lot of time on this issue . who have different idea ? please help me,thank you.

This is set in my google:

6288

4.png

This is set in my config/main

6287

2.png

as redirect uri in google setting use the following


http://quangphp.tk/site/auth?authclient=google

Thank you ! I was successful with your instructions.