Open luisgizirian opened 7 years ago
Would be very interested to get this working in 2.0.
I've done a quick fork on saaskit to get it working on netcoreapp2.0
Sincebuilder.UseCookieAuthentication(new CookieAuthenticationOptions
is Obsolete, I am trying to obtain the same effect using a set of transient services that overwrite the configuration every time it is needed.
See the PR here: https://github.com/saaskit/saaskit/pull/96 and let me know what you think.
Because of changes since ASP.NET Core 1.1 times, this code won't work on 2.0.
What's your opinion on getting it upgraded? Is there really a need or should we stick to ASP.NET Core 1.1 and IdentityServer4 (v.1.5.2), at least for the Identity Service piece, for the long run?