cornflourblue / dotnet-6-basic-authentication-apiLinks
.NET 6.0 - Basic HTTP Authentication API
☆48Updated 3 years ago
Alternatives and similar repositories for dotnet-6-basic-authentication-api
Users that are interested in dotnet-6-basic-authentication-api are comparing it to the libraries listed below
Sorting:
- Creating pdf files in .NET Core project☆49Updated 4 years ago
- Pagination is one of the most important concepts while building RESTful APIs. You would have seen several public APIs implementing this …☆78Updated 5 years ago
- An overview of CQRS in .NET Core 5☆71Updated 4 years ago
- Security is a vital part of any kind of application. Since APIs can expose highly sensitive data like user details, email adressses , it …☆52Updated 4 years ago
- ☆43Updated 4 years ago
- This repo contains the source code for "Identity in ASP.NET Core series" on Code Maze☆145Updated 3 years ago
- .NET Core Book Store Web API for educational purposes☆75Updated 2 years ago
- ☆61Updated 4 years ago
- ☆64Updated 3 years ago
- This repo contains the source code for the "Using Dapper with ASP.NET Core Web API" article on Code Maze☆52Updated 4 years ago
- .Net Core + SQL Azure app for DevOps Scenarios☆30Updated 4 years ago
- This project is a sample of using CQRS and Mediator design pattern in Microsoft .NET Core☆38Updated 5 years ago
- Audit Trail Implementation in ASP.NET Core with Entity Framework Core☆73Updated 2 years ago
- Clean Architecture project of an ASP.NET Core WEB API provided by my Visual Studio Extension 'AspNetCore.Templates' : https://marketplace…☆79Updated 2 years ago
- Multitenancy in ASP.NET Core☆81Updated 4 years ago
- PlannerApp is a Blazor WebAssembly Client application to manage the plans and daily To-Dos of the users☆33Updated 3 years ago
- ☆139Updated 3 years ago
- Clean Architecture in ASP.NET Core 5.0 including JWT Authentication, Swagger, Versioning of API's, Automapper, Dependency Injection.☆41Updated 3 years ago
- A simple API built in ASP.NET Core Web API 6, connecting SQL Server Express database with EF Core and using JWT-based authentication with…☆61Updated 2 years ago
- .NET 5.0 - Boilerplate API with Email Sign Up, Verification, Authentication & Forgot Password☆56Updated 4 years ago
- .NET 6.0 API for User Management, Authentication and Registration☆113Updated 3 years ago
- ☆39Updated 4 years ago
- ☆45Updated 8 months ago
- Server-side Blazor project☆54Updated 2 years ago
- The code of the solution associated with course☆41Updated 2 years ago
- Medium article on how to use Identity in a multi layer application☆35Updated last year
- Project using .NET Core 3.1, Angular 9, EF Core, SQL Server, xUnit with SQLite database InMemory and EF Core InMemory☆53Updated last year
- Exploratory ASP.NET Core Web API using Dapper as an ORM☆43Updated 3 years ago
- Blazor Outlook Calendar is the a Blazor WebAssembly Client-Side application to manage your events synced with Microsoft Outlook Calendar …☆81Updated 2 years ago
- Async Repository in ASP.NET Core Web API