@logto/connector-google 1.8.0 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -70,7 +70,7 @@ Scopes define the permissions your app requests from users and control which dat
70
70
 
71
71
  ### Configure scopes in Google Cloud Console
72
72
 
73
- 1. Navigate to **APIs & Services > OAuth consent screen > Scopes**.
73
+ 1. Navigate to **APIs & Services > OAuth consent screen > Data Access**.
74
74
  2. Click **Add or Remove Scopes** and select only the scopes your app requires:
75
75
  - **Authentication (Required)**:
76
76
  - `https://www.googleapis.com/auth/userinfo.email`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/connector-google",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "description": "Google web connector implementation.",
5
5
  "author": "Silverhand Inc. <contact@silverhand.io>",
6
6
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "jose": "^5.6.3",
10
10
  "snakecase-keys": "^8.0.1",
11
11
  "zod": "3.24.3",
12
- "@logto/connector-kit": "^4.4.0"
12
+ "@logto/connector-kit": "^4.7.0"
13
13
  },
14
14
  "main": "./lib/index.js",
15
15
  "module": "./lib/index.js",