hi
You can use data-filtering system to Data Separation.
Current permission-system can meet your Permissions and Authorization case.
The Policy-based authorization also works in abp Permissions and Authorization system.
You can use it for more flexible permission checking
Thanks.
hi
The Azure Service Bus implementation in ABP is relatively simple.
All messages are received and sent through a channel(same SubscriberName and TopicName).
You can use Azure Service Bus API to implement your requirements.
Thanks.
hi
I've asked team members, and we don't have experience with this or source files to share.
Sorry for that.
hi
You can reference the DocumentServiceModule.HttpApi.Client in InvoiceService host project.
Then reference the InvoiceService.HttpApi.Client in DocumentServiceModule host project.
Do you have xxx.HttpApi.Client project in all of your modules?
hi
Is there any way I can check if Twilio is not enabled, and doesn't show a phone verification option?
You can inject the ISmsSender and check the instance if a TwilioSmsSender.
You can set IdentitySettingNames.SignIn.EnablePhoneNumberConfirmation to false for specific tenants.
Setting under Identity setting area.
hi
abp application is an ASPNET Core application.
So the best practice of ASPNET Core is the same approach in the abp framework.
If you have any problems, you can provide feedback here.
Thanks.
hi
We will add docker support in the app template soon.
Thanks.
ok, Please share full Logs.txt file.
hi
You need to change the log level of your website(https://pcassist-testing.premiumasp.net/).
Postman is just used to send HTTP requests (API/app/book).
We need the logs.txt of your website.