Author: Hena Dindigalla

OAuth 2.0 Authorization Code Grant Type: A Comprehensive Guide

OAuth 2.0 Authorization Code Grant Type: A Comprehensive Guide

OAuth 2.0 is the industry standard for securing delegated access, allowing applications to access resources on behalf of users without exposing their credentials. Among its various flows, the Authorization Code Grant Type is the most commonly used, known for its security and suitability for server-side applications. This blog will explore the Authorization Code Grant Type, how it … Continue reading OAuth 2.0 Authorization Code Grant Type: A Comprehensive Guide

Understanding OAuth 2.0: Core Principles and Key Roles

Understanding OAuth 2.0: Core Principles and Key Roles

In today's digital world, online security and user privacy are more crucial than ever. OAuth 2.0, an open standard for access delegation, has become the go-to solution for secure authorization across web and mobile applications. Let's explore what OAuth 2.0 is, how it works, and why it plays such a significant role in protecting user … Continue reading Understanding OAuth 2.0: Core Principles and Key Roles

Getting Started With Competitive Programming

This document is to guide those people who want to get started or have just started with competitive programming. What is Competitive Programming? Here is the definition of Competitive Programming from Wikipedia: Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided … Continue reading Getting Started With Competitive Programming