Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Feature: Clean architecture setup with ASP.NET Identity (#7)
Browse files Browse the repository at this point in the history
* 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
ayush-osmosys and Harish-osmosys authored Jan 31, 2024
1 parent 1a30347 commit 5f9b857
Show file tree
Hide file tree
Showing 56 changed files with 1,677 additions and 1,303 deletions.
12 changes: 12 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "7.0.0",
"commands": [
"dotnet-ef"
]
}
}
}
10 changes: 0 additions & 10 deletions .vscode/extensions.json

This file was deleted.

33 changes: 0 additions & 33 deletions .vscode/launch.json

This file was deleted.

41 changes: 0 additions & 41 deletions .vscode/tasks.json

This file was deleted.

Loading

0 comments on commit 5f9b857

Please sign in to comment.