You can try ToggleStringValueType
myGroup.AddFeature(TestAppFeatures.Chat,"false", L("Feature:Chat"), L("Feature:Test:Description"), new ToggleStringValueType() ,false);
hi bhyatz
I think this is ok.
Volo.Abp.Identity.Pro.HttpApi.Client project lost less HttpClientUserRoleFinder.
It will be added in v2.6.
What is your UI? (Angular or razor page) Are you using identity server?
hi @rajasekhard2015
Please refer to https://support.abp.io/QA/Questions/30
how can i call the service without login to system.
AllowAnonymous suppresses the authentication. So, GetAsync method is available to everyone including unauthorized users.
https://docs.abp.io/en/abp/latest/Authorization#authorize-attribute
hi We will check this problem.