Base solution for your next web application

Activities of "kateryna.zorina"

Hi, in the 9th version, which we downloaded recently, there seems to be an inconsistency between angular and aspnetcore projects in terms of Swagger. In angular project there are many "generic" types like EntityDtoOfGuid, PagedResultDtoOfNameValueDto etc. which correspond to EntityDto<Guid> and PagedResultDto<NameValueDto> in c#. However, Swashbuckle implementation of swagger, which is used in Startup.cs, does not support generics, and these types are not generated when updating service-proxies.ts. After some investigation, we found out that Nswag does this, and we assume that Startup.cs in Web.Host, and Swagger*Filters in Web.Core are wrong. Could you check this?

hi guys!

We use AspNet Zero framework and currently working on integration with Identity Server. We found the following module https://docs.abp.io/en/commercial/latest/modules/identity-server and now have a questions:

  1. Does our AspNet Zero license allows us to use this module?
  2. Will it be correct to use this module in our app?
  3. Won’t it have further implementation conflicts, since AspNet Zero also has Identity Server support?

Thanks

Hi, guys! I have a simple question. We're developing a web app, which can be iframed. Also we use token authentication and store auth token in cookies, which are stored using abp.utils.setCookieValue function. When app is iframed and we try to access/store cookies - the following warning appears - A cookie associated with a cross-site resource at was set without the 'SameSite' .... We've managed to get rid of this warning slightly modifying a function, that stores a cookie (adding cookieValue += "; SameSite=None; Secure" to the end of the function). We need to have ability to set these values out of the box, so are you planning to update this function in the nearest future?

Showing 1 to 3 of 3 entries