bbangert / velruse

Simplifying third-party authentication for web applications.
http://packages.python.org/velruse/index.html
MIT License
252 stars 86 forks source link

Patch proposal to fix #113 #114

Closed osallou closed 11 years ago

osallou commented 11 years ago

Hi, the following modification fix the issue I created (#113) that raise an exception if name is not present for Google oauth2 authentification.

I propose to set email in displayname if name is not present.

mmerickel commented 11 years ago

Thanks for the patch!