logcorner / token-based-authentification-using-asp.net-web-api-core
Using Token Based Authentication, the client application is not dependent on a specific authentication mechanism. The token is generated by the server if the user is authenticated. So to acces a specific ressource, the client must include the generated token in the header of subsequent requests and the Web API Server have some APIs to unders…
☆17Updated last year
Alternatives and similar repositories for token-based-authentification-using-asp.net-web-api-core:
Users that are interested in token-based-authentification-using-asp.net-web-api-core are comparing it to the libraries listed below
- A sample project for my blog article.☆10Updated 7 years ago
- ASP.NET Core MVC Filter that transforms result types based on device type☆12Updated 5 years ago
- ☆12Updated 8 years ago
- Web Application Sample developed with ASP.NET Core Template Pack in VS 2015☆16Updated 5 years ago
- RESTful Day #6: Request logging and Exception handing/logging in Web APIs using Action Filters, Exception Filters and NLog.☆12Updated 9 years ago
- Real time data processing using Asp.net Web Api, TPL Dataflow, SignalR and AngularJS☆14Updated last year
- Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.☆37Updated 5 years ago
- ☆15Updated last month
- ASP.NET Core, Angular, Angular CLI, MS SQL Server, Undo, Redo, Auto save☆24Updated 2 years ago
- ☆46Updated 11 years ago
- Comparison of HTTP/2 support in ASP.NET Core 2.2 with HTTP/1.1 support in ASP.NET Core 2.1☆10Updated 6 years ago
- ASP.NET Core provides necessary APIs to implement secure access to an application.In this tutorial, we will see how to implement Role-Bas…☆10Updated 5 years ago
- Web API File Uploading (Desktop and Web client)☆12Updated 9 years ago
- The IdentityRole class in ASP.NET Identity provides some useful features for creating and managing Roles in an application.☆14Updated 9 years ago
- ☆17Updated 6 years ago
- Building multi-client APIs in ASP.NET☆20Updated 7 years ago
- A sample .net5 application implementing CQRS and MediatR pattern☆8Updated 3 years ago
- Simple .Net Core Web API sample application using IdentityServer4 for OpenId connect (OAuth2) Authentication Server and CQRS pattern for …☆12Updated 2 years ago
- A sample project showing how to load view components from a class library☆20Updated 8 years ago
- ☆22Updated 10 years ago
- A simple chat app built upon SignalR☆20Updated 12 years ago
- ☆24Updated 2 years ago
- This repository contains the source code for the "Data Protection in ASP.NET Core with IDataProtector" article on Code Maze☆15Updated 5 years ago
- ⚔️ Tyrion is a mediator pattern implementation package for dotnet☆10Updated last year
- This repo contains the source code for the "Getting Started with Swagger UI in ASP.NET Core Web API" article on Code Maze☆13Updated 3 years ago
- ASP.NET Core Elasticsearch Audit Trial