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