
2l0mk (2l0mk) asked a question.
The question to allow users to log in without a password has been asked before. I have a similar requirement. I have an application which customer accesses via custom link. At this point, the customer has an account have not got an activation email yet.
The application requires an active session, so I am looking for a solution that will allow me to create a session by specifying the user name only from my code. ASP.Net Identity provides this kind of capability Microsoft.AspNet.Identity.Owin.SignInManager.SignInAsync(user, isPersistent, rememberBrowser)
