Skip to content

Commit

Permalink
Change funding
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnasriya committed Aug 17, 2024
1 parent 8781890 commit 4944b7c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.vscode
test.mjs
dist
dist
.history
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -60,6 +60,6 @@
],
"funding": {
"type": "individual",
"url": "https://secure-palestine.paytabs.com/payment/link/148906/5699377"
"url": "https://fund.nasriya.net/"
}
}

0 comments on commit 4944b7c

Please sign in to comment.