This page is still a beta!

Extension Repository

Google OpenAuth v2

Google OpenAuth v2

Google OAuth2 implementation. Authorize your fe_users remotely, then creates a local fe_users record with data from Google Account for use in access protection. Login form can be replaced by one button - all auth happens at Google Apps. Requires Google App registration.

Last upload comment

Now uses Google PHP API, some bugfixes and performance boosts. VERY IMPORTANT: New default auth scope, add to your extension config: https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email

Download

Version 2.0.0 beta
Last uploaded April 27, 2012
Downloads 142
Extension key google_auth
Author Claus Due
Category
Dependencies
Conflicts
Manual Read online
Downloads by version

Version history

Expand
Collapse
1.0.9 Config settings for the HTTP query building parameters numericArrayPrefix and argumentSeparator added, necessary for some endpoints. Default separator changed to unescaped ampersand for compatibility. Thanks to Patrick Bierans for bringing the issue to my
1.0.8 Removed usage of classes from extension fed. Added exception messages at multiple points in the authentication process, giving more detailed error messages (in sys_log) when errors occur.
1.0.7 Removed debug statement included by mistake.
1.0.9 Config settings for the HTTP query building parameters numericArrayPrefix and argumentSeparator added, necessary for some endpoints. Default separator changed to unescaped ampersand for compatibility. Thanks to Patrick Bierans for bringing the issue to my
1.0.8 Removed usage of classes from extension fed. Added exception messages at multiple points in the authentication process, giving more detailed error messages (in sys_log) when errors occur.
1.0.7 Removed debug statement included by mistake.
1.0.6 Fixed session-related token re-authentication bug. This brings the extension up to a stable level; will keep BETA status until error feedback and edgecase handling is done.
1.0.5 Fixed case of authentication being forced on pages which are not access protected.
1.0.4 Corrected finalUrl extension config option.
1.0.3 Fixed version discrepancy.
1.0.0 Google OAuth2 implementation. Authorize your fe_users remotely, then creates a local fe_users record with data from Google Account for use in access protection. Login form can be replaced by one button - all auth happens at Google Apps. Requires Google Ap
0.0.2 Added support for creating Extbase-valid fe_user records, configured through extension configuration.
0.0.1 Initial release in beta state.
Back to Extension List