Thanks for the response :-).
Payman
Thank you so much!
I added the index file, but still I'm now clear how to do it.... Suppose I have a username and password, how can I get token from it? How can I enable authorization for swagger then? Do I need to add any security definition to AddSwaggerGen?
Hi,
Angular2 Web.Host project has no wwwroot\swagger\ui\index.html. What can I do?
Thanks, Payman
Hi,
I'm using ASP.NET Core and I need to remove it instead of redirecting...
Thanks in advance, Payman
Hi,
That did not meet my requirements. Suppose you have a dropdown listing years and you also have some entities implementing IHasYear (which has an int property Year). Then, by changing the value in dropdown, a Year is saved into session. Now, my question is, how to filter all subsequent queries for all controller actions based on the selected year without having to use CurrentUnitOfWork in each action. Please note that the Year can be changed after login. Would you please help?
Thanks, Payman
Hi,
How can I automatically read custom data filter parameter value from AbpSession just like TenantId (as mentioned <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Data-Filters">http://www.aspnetboilerplate.com/Pages/ ... ta-Filters</a>)? I don't want to use CurrentUnitOfWork.SetFilterParameter for every action.
Thanks, Payman
Hi,
How can I add authentication to swagger for dotnet core application (the version that comes with angular2)? I need to test the api, but the requests are not authorized...
Thanks, Payman
Hi,
How can I completely remove the front-end application? I need the start to start with the login page.
Thanks, Payman
Hi,
I cannot be done like EF6 because of the changes listed in: <a class="postlink" href="http://blog.devart.com/migrating-entity-framework-6-projects-to-entity-framework-core-1-entity-framework-7.html#seeding">http://blog.devart.com/migrating-entity ... ml#seeding</a>
I have tried some ways to handle it but they are not clean.
Thanks, Payman