我可以将A的用户数据 同步到B数据库. 之后要做什么呢?
数据库目前已经是独立的了.是否可以参考微服务中的独立数据库模式?
AB 有API项目,之前都是完整的项目,现在考虑使用共同的auth server, 考虑让B的auth server 作为公共的然后让A使用. 除了在B的auth server找中添加application B .还需要做什么呢?B的auth server 添加A的权限定义?
项目A和项目B是独立的数据库,如何使用共用的auth server,?
authserver使用独立的数据库?用户信息和权限如何处理呢?
你好 现在我有2个项目A,B 项目A: BLAZOR WEB APP / tired,ms sql 项目B: BLAZOR WEB APP / tired,ms sql
如何让项目A使用项目B的auth service呢?
已经添加了 谢谢
启用浏览器流上传可以解决~
info: System.Net.Http.HttpClient.Contract.LogicalHandler[100]
Start processing HTTP request POST https://localhost:44333/api/contract/contract-attachments/upload-file?*
invoke-js.ts:242 info: System.Net.Http.HttpClient.Contract.ClientHandler[100]
Sending HTTP request POST https://localhost:44333/api/contract/contract-attachments/upload-file?*
HTGL:1 The resource https://localhost:44333/_content/Excubo.Blazor.TreeViews/Excubo.Blazor.TreeViews.ggbo2a6x37.bundle.scp.css was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate as value and it is preloaded intentionally.
HTGL:1 The resource
[Violation] Forced reflow while executing JavaScript took 116ms
blazor.web.js:1 Cannot enlarge memory, requested 2586399504 bytes, but the limit is 2147483648 bytes! 报错了.