1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

chore: Fix typo in gogole-auth-hook example (#572)

This commit is contained in:
Richard Lee 2020-03-18 00:05:18 +08:00 committed by GitHub
parent 0679886360
commit 67aea4ee78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
'use strict'; 'use strict';
/** /**
* Google OAath 2.0 * Google OAuth 2.0
* *
* You should read Using OAuth 2.0 to Access Google APIs: * You should read Using OAuth 2.0 to Access Google APIs:
* https://developers.google.com/identity/protocols/OAuth2 * https://developers.google.com/identity/protocols/OAuth2
* *
* This example assumes that all users authenticating via * This example assumes that all users authenticating via
* google should have access. You would proably limit access * google should have access. You would probably limit access
* to users you trust. * to users you trust.
* *
* The implementation assumes the following environement variables: * The implementation assumes the following environment variables:
* *
* - GOOGLE_CLIENT_ID * - GOOGLE_CLIENT_ID
* - GOOGLE_CLIENT_SECRET * - GOOGLE_CLIENT_SECRET