Skip to content

Commit 108b04a

Browse files
test: run examples for version 5.1.10 🚀
1 parent 61d423c commit 108b04a

14 files changed

Lines changed: 487 additions & 415 deletions

File tree

examples/guard-angular/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-angular/normal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "^14.0.0",
2020
"@angular/platform-browser-dynamic": "^14.0.0",
2121
"@angular/router": "^14.0.0",
22-
"@authing/guard-angular": "^5.1.9-alpha.2",
22+
"@authing/guard-angular": "^5.1.10",
2323
"face-api.js": "^0.22.2",
2424
"rxjs": "~7.5.0",
2525
"tslib": "^2.3.0",

examples/guard-angular/normal/src/app/app.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ import * as facePlugin from 'face-api.js'
1515
BrowserModule,
1616
AppRoutingModule,
1717
GuardModule.forRoot({
18-
appId: '6319f41de72e9e18a1bafba6',
18+
appId: 'AUTHING_APP_ID',
1919

2020
// 如果你使用的是私有化部署的 Authing 服务,需要传入自定义 host,如:
2121
// host: 'https://my-authing-app.example.com',
2222

2323
// 默认情况下,会使用你在 Authing 控制台中配置的第一个回调地址为此次认证使用的回调地址。
2424
// 如果你配置了多个回调地址,也可以手动指定(此地址也需要加入到应用的「登录回调 URL」中):
25-
redirectUri: "https://aaaaaa1bbv.authing.cn",
25+
// redirectUri: "https://aaaaaa1bbv.authing.cn",
2626

2727
isSSO: true,
2828
config: {

0 commit comments

Comments
 (0)