vjacquet

Results 2 comments of vjacquet

My guess is that the problem is within `options.UseCms()` because it registers `PiranhaStartupFilter` https://github.com/PiranhaCMS/piranha.core/blob/32fb288d000500183f0bd0736db5abbc1997f3ce/core/Piranha.AspNetCore/Extensions/PiranhaStartupExtensions.cs#L54 that calls the static file middleware at the beginning of the pipeline, so it runs _before_...

Hello, It is possible to implement the UI for users and roles using UserManager, IUserStore, RoleManager and IRoleStore, without the need of the concrete Piranha.AspNetCore.Identity.Data.User and Piranha.AspNetCore.Identity.Data.Role types. it will...