SaltStackers is a secure, API-first platform with a built-in admin panel, designed for B2B integrations. It allows partners and clients to access structured, role-based features through a robust, HMAC-authenticated API layer. Whether you're building tools around food service, inventory, or digital operations, SaltStackers offers a foundation that's fast, scalable, and extensible.
-
🔐 HMAC Authentication
Secure server-to-server API communication using pre-shared public/private keys. -
🧑💼 Admin Panel Included
Manage users, roles, and API clients through a modern admin interface. -
🧩 Modular Architecture
Designed with clean separation of concerns: API, Admin UI, Application Core, and Infrastructure. -
👥 Role-Based Identity System
Built on ASP.NET Core Identity with support for admin/user roles and scoped access. -
📦 EF Core + Code-First Migrations
Database structure is fully managed through EF Core migrations.
- ASP.NET Core 8
- Entity Framework Core
- SQL Server
- Tailwind CSS (for Admin UI)
- JWT + HMAC Authentication
- **Modular Project Structure