0
hanntd created
Hi, I'm using ABP Suite to create an application solution with following options:
- UI: Blazor Wasm
- DB: Postgres
- Separate Authentication Server: un-checked
- Progressive web application: checked I found that there is no configuration in the generated source code. Can we apply Redis configuration for this kind of solution?
Thanks, Dharma (Han Nguyen)
2 Answer(s)
-
0
hi
There are only two websites for your solution:
- API
- Blazor WASM
Since the blazor wasm is a front web app, and there is only a backend app you don't need to use Redis.
-
0
hi
There are only two websites for your solution:
- API
- Blazor WASM
Since the blazor wasm is a front web app, and there is only a backend app you don't need to use Redis.
Hi Maliming, May I ask you for your advice, which application model will be the best? We should seperate the Auth server or we should combine with HttpApi? Thanks