AAAnuj Acharjeeinanujacharjee.devΒ·Sep 30, 2024 Β· 6 min readAuthenticationβAccess Token and Refresh Token are basically JSON Web Tokens (JWT)β. JWTs consist of three parts: Header, Payload, and Signature. Header: Contains metadata (e.g., the algorithm used for signing). Payload: Contains user data or claims (e.g., user I...00
AAAnuj Acharjeeinanujacharjee.devΒ·Sep 3, 2024 Β· 7 min readGuide to Using GitHub with GitWhat is Git? Git is a distributed version control system that handles projects of all sizes quickly and efficiently. It lets multiple developers work on a project at the same time without messing up each other's work. Git tracks file changes, so you ...00