Skip to content

Commit 48892ba

Browse files
Merge pull request #220 from Authing/fix-redirect-login-authentication-v5
fix redirect login authectication
2 parents 9a593dc + 642094e commit 48892ba

22 files changed

+325
-161
lines changed

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

+53-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/guard-react/normal/package.json

+1-1
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.10",
27+
"@authing/guard-react": "^5.2.0-alpha.0",
2828
"face-api.js": "^0.22.2",
2929
"react": "^16.13.1",
3030
"react-dom": "^16.13.1",

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

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/guard-react18/normal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpack-merge": "^4.2.1"
2525
},
2626
"dependencies": {
27-
"@authing/guard-react18": "^5.1.10",
27+
"@authing/guard-react18": "^5.2.0-alpha.0",
2828
"antd": "^4.24.0",
2929
"face-api.js": "^0.22.2",
3030
"react": "^18.2.0",

examples/guard-react18/normal/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
devServer: {
5151
host: 'localhost',
5252
inline: false, // 启用热更新
53-
port: 3003,
53+
port: 3004,
5454
progress: true,
5555
contentBase: resolve('./'),
5656
compress: true,

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "5.1.11"
7+
"version": "5.2.0-alpha.0"
88
}

packages/guard-angular/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guard-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/guard-angular",
3-
"version": "5.1.11",
3+
"version": "5.2.0-alpha.0",
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.11"
36+
"@authing/guard": "^5.2.0-alpha.0"
3737
},
3838
"author": "https://github.com/authing",
3939
"license": "MIT",

packages/guard-react/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)