Skip to content

Commit b1caeb7

Browse files
committed
docs: 📚 add introduction section to README.md
1 parent b76f08f commit b1caeb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ A simple framework-agnostic JSON Web Token authentication solution.
88

99
Licensed under the [MIT license](https://opensource.org/licenses/MIT) and is free for private or commercial projects.
1010

11+
## ✨ Introduction
12+
13+
JWT Auth provides a straightforward way to implement JSON Web Token (JWT) authentication in any PHP application. The library offers an easy-to-use interface for generating and validating JWTs, supports custom authentication providers, and provides flexible claims generation and validation. Additionally, it ensures secure token encoding and decoding.
14+
1115
## 📥 Installation
1216

1317
```bash

0 commit comments

Comments
 (0)