Skip to content

Commit 45ad29b

Browse files
committed
Update applicationusermanager.js
修改权限域名
1 parent 8b4dffc commit 45ad29b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Auth/applicationusermanager.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import { UserManager } from 'oidc-client'
33
class ApplicationUserManager extends UserManager {
44
constructor () {
55
super({
6-
authority: 'http://localhost:5002',
6+
authority: 'http://ids.neters.club',
77
client_id: 'blogvuejs',
8-
redirect_uri: 'http://localhost:6688/callback',
8+
redirect_uri: 'http://vueblog.neters.club/callback',
99
response_type: 'id_token token',
1010
scope: 'openid profile roles blog.core.api',
11-
post_logout_redirect_uri: 'http://localhost:6688'
11+
post_logout_redirect_uri: 'http://vueblog.neters.club'
1212
})
1313
}
1414

0 commit comments

Comments
 (0)