top of page
Search

How can you secure an ASP.NET Web API using OAuth and JWT?
ASP.NET Web API is a powerful platform for building RESTful APIs that can be consumed by a wide range of client applications. However,...
The Tech Platform
Apr 8, 2023

JWT and Refresh Tokens in ASP.NET Core
In this article we’ll go through a simple example of how to implement JWT(Json Web Token) authentication and Refresh tokens in ASP.NET...
The Tech Platform
Dec 21, 2021

Secure Authentication via JSON Web Tokens (JWT)
JSON Web Token (JWT) is a token-based authentication mechanism that provides three layers of protection when all the parts are combined...
The Tech Platform
Oct 6, 2021
bottom of page