Skip to content

Commit 4944b7c

Browse files
committed
Change funding
1 parent 8781890 commit 4944b7c

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
.vscode
33
test.mjs
4-
dist
4+
dist
5+
.history

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,21 @@
33
[![Static Badge](https://img.shields.io/badge/license-Free_(Restricted)-blue)](https://github.com/nasriyasoftware/AuthCrypto?tab=License-1-ov-file) ![Repository Size](https://img.shields.io/github/repo-size/nasriyasoftware/AuthCrypto.svg) ![Last Commit](https://img.shields.io/github/last-commit/nasriyasoftware/AuthCrypto.svg) [![Status](https://img.shields.io/badge/Status-Stable-green.svg)](link-to-your-status-page)
44
##### Visit us at [www.nasriya.net](https://nasriya.net).
55

6-
**AuthCrypto** is a powerful library for handling cryptographic operations and JWT (JSON Web Tokens) in Node.js applications. It provides utilities for hashing passwords, generating JWT tokens, and more.
6+
A powerful library for handling cryptographic operations and JWT.
77

88
Made with ❤️ in **Palestine** 🇵🇸
99
___
10+
## Overview
11+
**AuthCrypto** is a powerful library for handling cryptographic operations and JWT (JSON Web Tokens) in Node.js applications. It provides utilities for hashing passwords, generating JWT tokens, and more.
12+
13+
> [!IMPORTANT]
14+
> 🌟 **Support Our Open-Source Development!** 🌟
15+
> We need your support to keep our projects going! If you find our > work valuable, please consider contributing. Your support helps us > continue to develop and maintain these tools.
16+
>
17+
> **[Click here to support us!](https://fund.nasriya.net/)**
18+
>
19+
> Every contribution, big or small, makes a difference. Thank you for > your generosity and support!
20+
___
1021
## Features
1122

1223
- **Password Hashing**: Securely hash and verify passwords with support for salts and multiple hashing algorithms.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nasriya/authcrypto",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AuthCrypto is a versatile cryptographic toolkit for handling JSON Web Tokens (JWT), password hashing, and secure token generation and verification. It provides robust methods for creating and managing JWTs, hashing and verifying passwords with secure algorithms, and generating cryptographically strong random values for various use cases.",
55
"main": "./dist/cjs/manager.js",
66
"module": "./dist/esm/manager.js",
@@ -60,6 +60,6 @@
6060
],
6161
"funding": {
6262
"type": "individual",
63-
"url": "https://secure-palestine.paytabs.com/payment/link/148906/5699377"
63+
"url": "https://fund.nasriya.net/"
6464
}
6565
}

0 commit comments

Comments
 (0)