- Clone
- Go to
Startup.cs
file and replace:{path_to_your_client_certificate_pfx_file}
with own certificate file path{database_name}
with own database name{database_url}
with own database url
dotnet restore
(optional)dotnet build
(optional)dotnet run
- Dependency injection (DI)
- Routing
- Format response data
- Handling Model State Errors (ModelState.IsValid)
- Cross Origin Resource Sharing (CORS)
- ASP.NET Core Middleware
- RavenDB
- Fluent Validation
- Identity
- Safe storage of app secrets in development in ASP.NET Core
- Create useful .gitignore files for your project
- Enforcing HTTPS in an ASP.NET Core app
- Sorting, Filtering, and Paging with the Entity Framework in an ASP.NET MVC Application
- Caching
- Logging in ASP.NET Core
- Account confirmation and password recovery in ASP.NET Core
- Safe storage of app secrets during development in ASP.NET Core
Testing authorization server with Postman
- Retrieving an
access_token
using theResource Owner Password Credentials (ROPC)
- Retrieving an
access_token
using therefresh_token
- Making an
API
request using theaccess_token
Released under the MIT.