Base solution for your next web application

Activities of "klimaxx"

Is there any plan to switch it to .net core so it could be used on linux?

Hi

I have come to a problem deserializing json to dto using polymorphism. This could be fixed using JsonSerializerSettings TypeNameHandling = auto. Unfortunately abp uses hardcoded JSONSerializerSettings.

return JsonConvert.DeserializeObject<TObj>(str, new JsonSerializerSettings { ContractResolver = new CamelCasePropertyNamesContractResolver() });

So there is no way to override it specifying JsonConvert.DefaultSettings. I think you can setup json default settings semewhere during bootstrap and in code use just DeserializeObject without specifying JsonSerializerSettings.

Question

Is there a way to support 2 factor authentication using sms?

Showing 1 to 3 of 3 entries