Modules
RIVORA Framework is composed of independent modules, each registerable via IRvrModule.
| Module | Package | Description |
|---|---|---|
| Core | RVR.Framework.Core | Abstractions, Result pattern, pagination |
| Security | RVR.Framework.Security | JWT, BCrypt, 2FA, Rate Limiting |
| Caching | RVR.Framework.Caching | L1 (Memory) + L2 (Redis) cache |
| Jobs | RVR.Framework.Jobs.* | Background jobs (Hangfire, Quartz) |
| Export | RVR.Framework.Export | PDF, Excel, CSV |
| Webhooks | RVR.Framework.Webhooks | Publish/Subscribe HMAC-SHA256 |
| GraphQL | RVR.Framework.GraphQL | HotChocolate gateway |
| Billing | RVR.Framework.Billing | SaaS billing |