PHPackages                             defineweb/google-oauth2 - 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. defineweb/google-oauth2

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

defineweb/google-oauth2
=======================

Simple Google oAuth2 bundle

0115PHP

Since Mar 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sjonkeesse/GoogleOauth2Bundle)[ Packagist](https://packagist.org/packages/defineweb/google-oauth2)[ RSS](/packages/defineweb-google-oauth2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![screenshot](https://camo.githubusercontent.com/350e68ed8ffdaf40ee1f49fe9ddf2b6ed0832dcb9d03d7d262ec7282096bafd7/68747470733a2f2f7075752e73682f757156374a2f363535326462653832372e706e67)](https://camo.githubusercontent.com/350e68ed8ffdaf40ee1f49fe9ddf2b6ed0832dcb9d03d7d262ec7282096bafd7/68747470733a2f2f7075752e73682f757156374a2f363535326462653832372e706e67)

Todo
----

[](#todo)

- Check invalid refresh token response for when permission is retracted

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

[](#installation)

1. Enable the bundle
2. Add configuration
3. Include routes
4. Extend AccessToken and RefreshToken with custom properties
5. Create TokenProvider

### Step 1: Install / enable the bundle

[](#step-1-install--enable-the-bundle)

```
php app/console cache:clear
```

```
