Open Closed

Can we use Redis for Blazor Web Assembly with No Identity Server Separated #5418


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    There are only two websites for your solution:

    1. API
    2. 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.

  • User Avatar
    0
    hanntd created

    hi

    There are only two websites for your solution:

    1. API
    2. 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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11