mattjohnsonpint / DotNetOpenAuth.GoogleOAuth2

DotNetOpenAuth OAuth2 Client for Google
23 stars 18 forks source link

Bugfix: deprecated scopes #8

Open petriq opened 9 years ago

petriq commented 9 years ago

This fix allows you to use scopes "email" and "profile" as a replacement for deprecated scopes "https://www.googleapis.com/auth/userinfo.email" and "https://www.googleapis.com/auth/userinfo.profile".

mattjohnsonpint commented 8 years ago

@petriq - Very sorry this has been sitting here so long. My efforts have been elsewhere lately, and this library is only used in legacy MVC4 projects.

Can you verify if this change is still warranted, or if there is something new to consider? I'll take another look after I hear back from you. Thanks.

petriq commented 8 years ago

Yes, I think those scopes are not supported anymore. Currently I use my version of your project with new scopes without any problems.