Web API Account Manager
A simple web API Account Manager in .NET 6
User account management is fundamental to any web API. This article is a concise discussion and implementation of the basics. This article is not intended to discuss user roles and permissions – all I’m presenting here is how an example web API the management of user accounts by and administrator or by the user themselves. The code here is essentially a template and needs to be modified according to your use case requirements.
https://www.codeproject.com/Articles/5324452/A-simple-web-API-Account-Manager-in-NET-6