asp.netコアを開始したばかりで、mvc 5のクラスでユーザーを管理したいのですが、次のコードのように簡単です:
var manager = new UserManager<ApplicationUser>(new UserStore<ApplicationUser>(new ApplicationDbContext()));
var currentUser = manager.FindById(HttpContext.Current.User.Identity.GetUserId());
しかし、 ID 3.0.0 Rc1でユーザーを管理する方法がわかりません。良い方法を教えていただければ幸いです