From 89830c62c9f9a02b94e88bbef3bc09652bd7d754 Mon Sep 17 00:00:00 2001 From: Prakhar Nagore Date: Sun, 21 Jul 2024 00:12:50 +0530 Subject: [PATCH] add readme --- Readme.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Readme.md b/Readme.md index 3ed50a3..477b45a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,17 +1 @@ -# Security & Authentication with JWTs - -Main two types of authentication - -1. Session based auth -2. Token based auth - - HS256 (single secret key) - - RS256 (private key & public key) asymmetric algorithm - -# JWT - -A JWT typically consists of three parts: -[Link](https://jwt.io/) - -- header -- payload -- signature +Our awesome auth service