You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,16 @@
5
5
-[📦 Basalt-auth](#-basalt-auth)
6
6
-[📌 Table of contents](#-table-of-contents)
7
7
-[📝 Description](#-description)
8
-
-[🌟 Documentation](#-documentation)
8
+
-[🌟 Documentation](#-Documentation)
9
9
-[🔧 Installation](#-installation)
10
10
-[⚖️ License](#️-license)
11
11
-[📧 Contact](#-contact)
12
12
13
13
## 📝 Description
14
14
15
-
`Basalt-auth` is a library designed to create a secure and user-friendly authentication system.
15
+
> ONLY FOR BUN
16
+
17
+
**Basalt-auth** is a library designed to create a secure and user-friendly authentication system.
16
18
It is inspired by [JSON Web Tokens (JWT)](https://jwt.io/), with some differences.
17
19
18
20
One of the main differences of `Basalt-auth` is the key management: instead of using a global secret key, it generates a unique key pair for each token, thereby increasing the security of the individual session.
@@ -28,14 +30,8 @@ Only the public key and the token are stored, ensuring that interactions remain
0 commit comments