Skip to content

Commit

Permalink
Merge pull request #1 from Prakharnagore/feature1
Browse files Browse the repository at this point in the history
add readme
  • Loading branch information
Prakharnagore committed Jul 20, 2024
2 parents c668747 + 89830c6 commit 8e77208
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8e77208

Please sign in to comment.