1.1.7 • Published 1 month ago

@basalt-lab/basalt-auth v1.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

📦 Basalt-auth

📌 Table of contents

📝 Description

Basalt-auth is a library designed to create a secure and user-friendly authentication system.
It is inspired by JSON Web Tokens (JWT), with some differences.

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.

Only the public key and the token are stored, ensuring that interactions remain secure and private.

Basalt-auth is also designed to be easy to use, with a simple and intuitive API.

🌟 Documentation

🔧 Installation

NPM:

npm i @basalt-lab/basalt-auth

PNPM:

pnpm i @basalt-lab/basalt-auth

⚖️ License

Distributed under the MIT License. See LICENSE for more information.

📧 Contact

Mail - basalt-lab@proton.me

Project link

1.1.7

1 month ago

1.1.6

2 months ago

1.1.5

2 months ago

1.1.4

2 months ago

1.1.3

2 months ago

1.1.2

2 months ago

1.1.0

3 months ago

1.0.4

3 months ago

1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago