Bela Istok
Bela Istok
@sjkp > I would however love to build an easier installation process where the jobs run outside of the web app ... I have been working with your .net CORE...
> **Alireza Haghshenas** commented on **2018-09-21 01:25:16** > > > No working for 2.1. HasData always generate Delete/Insert stuff in migration Up/Down methods even if no data was changed while...
> I believe we should keep it simple. Use ASP.NET Identity with Duende IdentityServer to create a simple example because there are too many prerequisites to even consider both solutions...
> I have mixed feelings about ASP.NET 8 Identity because I am old enough to remember the Membership Provider from the old MVC, and it was not well-designed. :) However,...
@kgrzybek I have done an implementation that removed Identity Server from the API and the Application project and put it directly on the UserModule Infrastructure project, can you cherry pick...
@kgrzybek created PR #296
> I can rewrite the API to add one extra project for every module and bootstrap them in the main API which will be almost empty after change. Easy to...
@kgrzybek I have checked a bit, I downloaded the PR code, and currently they fail the Integration test (There is no test to the new functionality). I do not like...
@jfstirn I am with you if we only will keep Microsoft Identity Framework that is OK and we can keep with you implementation, but need to update the test projects....
I like the proposed implementation, with it we decuple the authentication implementation from the user registration. > 1. The current architecture does not support this, as the UserAccess module currently...