mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: Fix typo in gogole-auth-hook example (#572)
This commit is contained in:
parent
0679886360
commit
67aea4ee78
@ -1,16 +1,16 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* Google OAath 2.0
|
||||
* Google OAuth 2.0
|
||||
*
|
||||
* You should read Using OAuth 2.0 to Access Google APIs:
|
||||
* https://developers.google.com/identity/protocols/OAuth2
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* The implementation assumes the following environement variables:
|
||||
* The implementation assumes the following environment variables:
|
||||
*
|
||||
* - GOOGLE_CLIENT_ID
|
||||
* - GOOGLE_CLIENT_SECRET
|
||||
|
Loading…
Reference in New Issue
Block a user