Skip to content

Commit 61d423c

Browse files
Merge pull request #214 from Authing/fix-v5-replace-graqhql-with-restful-get-login-status
fix: replace graphql with restful for 'check login status'
2 parents b3139be + 0649910 commit 61d423c

19 files changed

Lines changed: 70 additions & 46 deletions

File tree

examples/guard-react/normal/package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/guard-react/normal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpack-merge": "^4.2.1"
2525
},
2626
"dependencies": {
27-
"@authing/guard-react": "^5.1.9-alpha.2",
27+
"@authing/guard-react": "^5.1.10",
2828
"face-api.js": "^0.22.2",
2929
"react": "^16.13.1",
3030
"react-dom": "^16.13.1",

examples/guard-react/normal/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function App() {
1616
appId="AUTHING_APP_ID"
1717

1818
// 如果你使用的是私有化部署的 Authing 服务,需要传入自定义 host,如:
19-
host="https://example.authing.cn"
19+
// host="https://example.authing.cn"
2020

2121
// 默认情况下,会使用你在 Authing 控制台中配置的第一个回调地址为此次认证使用的回调地址。
2222
// 如果你配置了多个回调地址,也可以手动指定(此地址也需要加入到应用的「登录回调 URL」中):

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "5.1.9"
7+
"version": "5.1.10"
88
}

packages/guard-angular/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-angular",
3-
"version": "5.1.9",
3+
"version": "5.1.10",
44
"description": "Guard for Angular",
55
"module": "dist/fesm2015/authing-guard-angular.mjs",
66
"types": "dist/index.d.ts",
@@ -33,7 +33,7 @@
3333
"@angular/core": "^14.0.0"
3434
},
3535
"dependencies": {
36-
"@authing/guard": "^5.1.9"
36+
"@authing/guard": "^5.1.10"
3737
},
3838
"author": "https://github.com/authing",
3939
"license": "MIT",

packages/guard-react/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-react",
3-
"version": "5.1.9",
3+
"version": "5.1.10",
44
"description": "Guard for React",
55
"module": "dist/esm/guard.min.js",
66
"types": "dist/typings/index.d.ts",
@@ -24,7 +24,7 @@
2424
"webpack": "^5.72.0"
2525
},
2626
"dependencies": {
27-
"@authing/guard": "^5.1.9",
27+
"@authing/guard": "^5.1.10",
2828
"react": "^16.13.1"
2929
},
3030
"author": "https://github.com/authing",

packages/guard-react18/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-react18/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-react18",
3-
"version": "5.1.9",
3+
"version": "5.1.10",
44
"description": "Guard for React18",
55
"module": "dist/esm/guard.min.js",
66
"types": "dist/typings/index.d.ts",
@@ -25,7 +25,7 @@
2525
"webpack": "^5.72.0"
2626
},
2727
"dependencies": {
28-
"@authing/guard-shim-react18": "^5.1.9",
28+
"@authing/guard-shim-react18": "^5.1.10",
2929
"react": "^18.0.0"
3030
},
3131
"author": "https://github.com/authing",

0 commit comments

Comments
 (0)