-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Muslih Ali edited this page Sep 15, 2024
·
1 revision
This Wiki serves as the central repository for all documentation related to Paswad, a state-of-the-art authentication service. It provides comprehensive details on how to get started, integrate, and contribute to the project.
- Overview
- Installation Guide
- API Documentation
- Usage Examples
- Contributing
- FAQs
- Roadmap
- Changelog
- Contact
Paswad is designed to be a lightweight and secure authentication service that employs JWTs (JSON Web Tokens) for user authentication. It supports stateless authentication, making it highly scalable and efficient. The project leverages modern C++ features, PostgreSQL for robust data management, ZeroMQ for high-performance messaging, and Nlohmann JSON for streamlined JSON handling.
This section provides detailed instructions on how to set up Paswad on your local machine or server.
- C++ Compiler: A modern C++ compiler (e.g., GCC, Clang) that supports C++11 or higher.
- PostgreSQL: Database system installed and configured.
- ZeroMQ: Messaging library for efficient communication.
- Nlohmann JSON: Library for handling JSON.
-
Clone the Repository
git clone https://github.com/yourusername/paswad.git cd paswad