Aug 10

Authentication in ASP.NET Core Web API

Authentication is the act of providing assertion, such as the identity of a computer system user  In simpler terms, authentication is the process of

By Methran

Aug 8

Things You Need To Know About Authorization

Authorization is the process of defining access rights/privileges to resources, which is connected to information security in general and computer security in

By John Edelbert
Refresh_token_feature_image

Aug 8

Using Refresh Token in Asp.Net Core Web API Project

A refresh token is a special token that lets the user to refresh the access token without asking the user to login again A refresh token will be generated with

By Pownraj

Aug 10

All about Json Web Token based Authentication

JSON WEB TOKEN Authentication is basically the process of verifying who the user is In order to authenticate the user , JWT (JSON Web Token) came into picture

By Deebika

Jul 26

Devops and How does it perform and practices- Walkthrough

The new name for Microsoft Visual Studio Team Services is Azure DevOps (VSTS) It is seen as a promising technology for managing the application lifetime Azure

By Syed Haroon

Mar 21

Global Information Tracker (Git) – Workflow and Terminologies

Git-Introduction Git is a free and open-source distributed version control system that can handle everything from tiny to extremely large projects quickly and

By Syed Haroon