From 4944b7c5bead0f1db27ca4e550fbee81e2df1b71 Mon Sep 17 00:00:00 2001 From: nasriyasoftware Date: Sat, 17 Aug 2024 21:25:11 +0300 Subject: [PATCH] Change funding --- .gitignore | 3 ++- README.md | 13 ++++++++++++- package.json | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4202f22..4209705 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules .vscode test.mjs -dist \ No newline at end of file +dist +.history \ No newline at end of file diff --git a/README.md b/README.md index daf61be..b3a6795 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,21 @@ [![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) ##### Visit us at [www.nasriya.net](https://nasriya.net). -**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. +A powerful library for handling cryptographic operations and JWT. Made with ❤️ in **Palestine** 🇵🇸 ___ +## Overview +**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. + +> [!IMPORTANT] +> 🌟 **Support Our Open-Source Development!** 🌟 +> 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. +> +> **[Click here to support us!](https://fund.nasriya.net/)** +> +> Every contribution, big or small, makes a difference. Thank you for > your generosity and support! +___ ## Features - **Password Hashing**: Securely hash and verify passwords with support for salts and multiple hashing algorithms. diff --git a/package.json b/package.json index 03fe940..3f4c86a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nasriya/authcrypto", - "version": "1.0.0", + "version": "1.0.1", "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.", "main": "./dist/cjs/manager.js", "module": "./dist/esm/manager.js", @@ -60,6 +60,6 @@ ], "funding": { "type": "individual", - "url": "https://secure-palestine.paytabs.com/payment/link/148906/5699377" + "url": "https://fund.nasriya.net/" } } \ No newline at end of file