This repository has been archived by the owner on Feb 17, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Clean architecture setup with ASP.NET Identity (#7)
* add manifest file * initialise solution * add auth controller and service interface * implement auth service interface * add user controller and service * add user entity * add database context and implement user repository * add initial migration * add dependency injection and register services * add environment variables * add proper dependencies of projects * handle null JWT configuration * change folder structure * make add user transaction * add role based authorisation * add role based authorisation * refix app config * add setup doc * add csproj file --------- Co-authored-by: harish <[email protected]>
- Loading branch information