I’m trying to implement OAuth login. After a user is redirected to login-provider and suggested to share his data, he can refuse. The question is where shall I be redirected and how do I know that user refused to share his data?
I’m trying to implement OAuth login. After a user is redirected to login-provider and
Share
From the OAuth 2.0 draft:
The draft indicates what the error code will be depending on why the token was not granted.