Skip to content
| Marketplace
Sign in
Visual Studio>Templates>Web API + JWT Token Template (.NET Core 8.0)
Web API + JWT Token Template (.NET Core 8.0)

Web API + JWT Token Template (.NET Core 8.0)

Sivaprasad SR

|
286 installs
| (0) | Free
.NET Core 8.0 Web API template with JWT token authentication, Dapper, Repository pattern
Download

Usings

  • NET Core 8.0
  • JWT Token authentication to protect your API
  • DI - built in DI capabilities.
  • AutoMapper for models mappings
  • Swagger for API documentation
  • Dapper with Repository pattern for MSSQL
  • Dacpac for database script and database objects

Projects template

  • WebAPIJWTTemplate.DB - database project for publishing database
  • WebAPIJWTTemplate.Repository - repository project to connect with database
  • WebAPIJWTTemplate.Services - business layer or service project for business logic, etc.
  • WebAPIJWTTemplate.API - api project for managing the end points.

Capture1.PNG

Project requires Visual studio 2019/2022 with Dot Net core 8.0

Getting Started

  1. Install the extension from the Visual Studio Marketplace. Also, you can install it from Visual Studio.To do so click on "Extensions" menu item, then select "Browse" , search for "Web API + JWT Token Template" select it and click "Download" button.

  2. Restart Visual Studio

  3. Click on "Create a New Project..." menu item Type "Web API + JWT Token" on the search pane Select "APS.Net WebAPI Application With OWIN" and click OK button.

  4. Run .DB Project for creating the database.

  5. Open a API project and open the appsettings.js

  6. Edit the database connection string and the jwt token values

Capture2.PNG

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft