Google Developer Links:
Complete Example:
<form action="/velruse/google/login" method="post">
<input type="submit" value="Login with Google" />
</form>
Bases: velruse.AuthenticationComplete
Google OAuth 2.0 auth complete
Activate the google_oauth2 Pyramid plugin via config.include('velruse.providers.google_oauth2'). After included, two new methods will be available to configure new providers.
config.add_google_oauth2_login_from_settings()