ABP Framework version: v9.0.4
Hi,
We are currently working on a solution that involves Editions, where each Edition should include specific Features. These Features are to be represented as service modules in our architecture. We intend to set up dynamically a separate database for each tenant for every service module they are using.
What is the best practice to implement this please?
Thanks
Hello,
We are looking to implement authorization for an API Gateway. Specifically, I am interested in integrating YARP with ABP, with a focus on managing authentication.
Could you provide guidance on the best approach for integrating YARP with ABP to handle authentication, particularly for token-based systems such as JWT? I am also looking for best practices or sample code, particularly on how to securely add and use AuthorizationPolicy(default , anonymous, custom policy..) in the context of an API Gateway.
Any documentation or sample code to assist with this process would be greatly appreciated.
Thanks
Hi,
We are currently working on a Microservice-based solution using the ABP framework and would like to explore adding a Domain-Driven Design (DDD) module to enhance the structure and maintainability of our services. We have a few specific questions:
1- Can you provide a guidance or an example of how to integrate a DDD module into an existing ABP-based microservice solution? 2- How can we use the ABP Suite from the DDD module, as used from microservice module to generate entities, UI and so on? 3- Are there any potential drawbacks or known issues when using a DDD module inside an ABP microservice solution, especially considering challenges related to service boundaries, inter-service communication, or the persistence layer?
and could you please clarify why the public site is being created using Razor, even though Angular was selected as the UI framework?
also according to the ABP login. If we want to login using OTP, should we download and modify the account module as previous versions or there is an update from ABP about this case?
Thanks