PHPackages                             keukenmagazijn/laravel-google-authentication - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. keukenmagazijn/laravel-google-authentication

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

keukenmagazijn/laravel-google-authentication
============================================

This package provides an easy-to-use Facade for the Google userinfo API using the official google/apiclient package.

1.3.5(1mo ago)03.0kMITPHPPHP &gt;=8.4CI failing

Since Aug 28Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/het-keukenmagazijn/laravel-google-authentication)[ Packagist](https://packagist.org/packages/keukenmagazijn/laravel-google-authentication)[ RSS](/packages/keukenmagazijn-laravel-google-authentication/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (18)Used By (0)

Introduction
------------

[](#introduction)

This package allows users to quickly authenticate using their Google account with Google Identity. You are able to specify a domain the user' account must be in - or you can just allow anyone to register.

The package extends and works together with the default Laravel authentication, but it requires modification and additions to the default tables provided by Laravel.

Installation
------------

[](#installation)

Your users table will be reformed and you will have to have the following migration available in your application:

```
