The C# web API needs a user controller containing endpoints to manage authentication, creation of users as well as authorization. This includes the implementation of guards for secured endpoints and authorization management with roles in the database.
Overview
The C# web API needs a user controller containing endpoints to manage authentication, creation of users as well as authorization. This includes the implementation of guards for secured endpoints and authorization management with roles in the database.
Implementation Details
TBA.