Catalyst::Authentication::Credential::GooglePlus - Authenticates a user using a Google Plus token. Suppose you create a G+ login button using https://developers.google.com/+/web/signin/add-button, this module decrypts the retrieved token, retrieving information that can identify your user, such as G+ id, email, etc. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Catalyst::Authentication::Credential::GooglePlus You can also look for information at: https://github.com/errietta/Catalyst-Plugin-Authentication-Credential-GooglePlus https://github.com/errietta/Catalyst-Plugin-Authentication-Credential-GooglePlus-example - example app AUTHOR Errietta Kostala <e.kostala@shadowcat.co.uk> CONTRIBUTORS Matt S. Trout <mst@shadowcat.co.uk> Chris Jackson <c.jackson@shadowcat.co.uk> Jess Robinson <j.robinson@shadowcat.co.uk> SPONSORS Shadowcat Systems LTD. (L<http://shadow.cat>) Tara L Andrews, Digital Humanities, University of Bern LICENSE AND COPYRIGHT Copyright (c) 2015 the Catalyst::Plugin::Authentication::Credential::GooglePlus AUTHOR and CONTRIBUTORS as listed above. LICENSE This library is free software and may be distributed under the same terms as perl itself. See L<http://dev.perl.org/licenses/>.