Tech

Oauth2 Refresh Token Explained Using .NET Core 6

Enviroment Settings Microsoft.AspNetCore.Authentication.JwtBearer     Version 6.0.11 Microsoft.IdentityModel.Tokens               Version  6.25.1 System.IdentityModel.Tokens.Jwt        Version  6.25.1 Microsoft.EntityFrameworkCore.InMemory Version 7.0.0 Scope/Assumptions This write up is...

Jan 13 · 12 min read >

ASP.NET CORE 6 JWT Authentication

Critical Enviorment Settings Asp.net core 6 JWT Authentication will be done in step by step and in detail. Microsoft.AspNetCore.Authentication.JwtBearer    ...

Jan 9 · 9 min read >

dotnet linux : How to Install .NET core 6 on Ubuntu 22.04.1 LTS

How do I install dotnet linux Ubuntu? Before starting our journey dotnet linux or dotnet core linux . This...

Dec 27 · 2 min read >

Deploy .NET Core Web App from Visual Studio to Azure Windows’s Virtual Machine?

There are multiple ways to accomplish this but we will try to follow the most optimized way to accomplish...

May 31 · 2 min read >

One AZ-900 Pdf Cheatsheet Azure Fundamentals Exam- Passed 980/1000

I got 980/1000 on Azure Fundamental AZ-900 in FEB , 2021 first week and took only 36 minutes to...

Feb 27 · 1 min read >

SECURING WEBAPI USING JSON WEB TOKEN (JWT) IN WEB API C#

Updated to use latest :  System.IdentityModel.Tokens.Jwt 6.8.0 Jwt Web Api c# Development Environment: for ASP.NET Core 6 based implementation here is...

Jan 21 · 6 min read >

How to Install .Net Core & Visual Studio .net for mac OS in 4 steps

Looking to setup .NET for Mac and to use .NET Core cross plateform feature? The “trick” is not waste...

Oct 5 · 3 min read >

Can you recommend a good OAuth tutorial?

Can you recommend a good OAuth tutorial? This is the question I was asked many times in last few...

Aug 20 · 38 sec read >

OAuth2 Explained for Dummies and How OAuth2 works?

I see a few major mistakes when developers start learning about How OAuth2 works. One of the biggest ones...

Jul 26 · 11 min read >
>