'Google oauth Sign in using your Google account
If I go to the "Test your AuthSub registration" page, it asks if my website can access my calendar. But what I want is only to "Sign in using your Google account".
How do I tell Google that I don't want to access someone's calendar, but only want them to sign in using their Google account?
Solution 1:[1]
While labeled as 'experimental', Google's OAuth2 implementation is a simpler, approach to API authentication that is particularly friendly to javascript clients (while also easier to use by server-side deployments): http://code.google.com/apis/accounts/docs/OAuth2.html
Solution 2:[2]
As OpenID 2.0 is depreciated, you should be looking at this link (OAuth 2.0 for Login): https://developers.google.com/accounts/docs/OAuth2Login Hope it helps.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | breno |
| Solution 2 | Juan Castano |
