Skip to content

Commit 4ef3f33

Browse files
committed
2 parents d411816 + 2ede83d commit 4ef3f33

File tree

2 files changed

+42
-7
lines changed

2 files changed

+42
-7
lines changed

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
# northfast paswad
2-
authenication
3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/25423296/163456776-7f95b81a-f1ed-45f7-b7ab-8fa810d529fa.png">
5-
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
6-
<img alt="Shows an illustrated sun in light mode and a moon with stars in dark mode." src="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
7-
</picture>
1+
# Paswad - Unified Authentication Service
2+
3+
Welcome to **Paswad**, a secure and stateless authentication service designed for seamless access across multiple platforms.
4+
5+
## 🚀 Overview
6+
7+
Paswad One simplifies user authentication by leveraging JWT (JSON Web Tokens), ensuring that authentication is both secure and efficient. This service is perfect for developers and businesses looking to integrate a reliable authentication solution into their applications.
8+
9+
## 📦 Features
10+
11+
- Stateless authentication with JWT
12+
- Easy integration with various platforms
13+
- decentralized user management
14+
15+
## 🔧 Installation
16+
17+
To install and set up Paswad, follow these steps:
18+
19+
1. Clone the repository:
20+
```bash
21+
git clone https://github.com/yourusername/paswad-one.git

SECURITY.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Use this section to tell people about which versions of your project are
6+
currently being supported with security updates.
7+
8+
| Version | Supported |
9+
| ------- | ------------------ |
10+
| 5.1.x | :white_check_mark: |
11+
| 5.0.x | :x: |
12+
| 4.0.x | :white_check_mark: |
13+
| < 4.0 | :x: |
14+
15+
## Reporting a Vulnerability
16+
17+
Use this section to tell people how to report a vulnerability.
18+
19+
Tell them where to go, how often they can expect to get an update on a
20+
reported vulnerability, what to expect if the vulnerability is accepted or
21+
declined, etc.

0 commit comments

Comments
 (0)