I'm building the "respondent" part of a survey application and for that I need some sort of authentication framework. It have some special need though:
How would you do this? This is a rewrite of an existing application and the old application used "normal" .NET Forms/Cookie auth with a self-rolled UI.
Is this still the best solution? The platform is ASP.NET Core on full .NET 4.6.1 framework. Open to third party libraries as long as they are MIT or similar (no GPL)
No responses yet.