简体   繁体   中英

Store user accounts in-app for ASP.NET core 3.1 API template

I'm trying to build an API project for ASP.NET Core with individual user accounts but the only option is to Connect to an existing user store in the cloud.

在此处输入图片说明

Is there a way to create an asp.net core api project via template just like its asp.net web application (.net framework) counterpart, which has classes like Account controllers, viewmodels and models.在此处输入图片说明

有很多方法可以解决这个问题,但通常你会使用 ASP.NET Identity,网上有很多入门指南,我建议你从这里开始

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM