Sipke Schoorstra
Sipke Schoorstra
@akunzai I pushed another change that fixes this when using MySql - the build is pending, but please give it a try when it's finished when you can.
@jdevillard It looks like we may not be able to take advantage of the BulkExtensions improvements because the latest version takes a dependency on EF Core 6.x, which depends on...
@mohdali For the package references yes, but then we also need to use compiler directives to dynamically use the bulk extensions for just Oracle when using .NET 6, and for...
We can definitely add that, it makes sense.
@karavajka thank you for this promising PR! I checked it out real quick and although it's not using X6 as Elsa 3 (but jsPlumb), And although I think that's OK,...
@tanelkuhi Indeed, changing the icon itself would affect the current designer, which we still want to support as an option to users. I think adding just some padding might be...
You can enable authorization the same way you would do for any other ASP.NET Core MVC application - just add the necessary services & middleware as described in the [ASP.NET...
@kinglionsoft Good question. Will need to think about that. In any case, we need the user to be able to generate a security (SAS) token like we do in Orchard...
Indeed I think of this ticket and the other one as different in scope and context. The scope of this issue is about configuring auth at the middleware level to...
That's not you, it's us; we don't have proper documentation on implementing authorization as of yet. Last week I did do a small demo during the weekly community meeting about...