Table of Contents

Namespace KadicAuth.Infrastructure.Repositories

Classes

AuthRepository
LoginAttemptRepository
ModuleRepository
PasswordResetTokenRepository
PermissionRepository

Permission repository implementation. NOTE: This entity does not inherit from Entity<Guid> yet, so it cannot use the generic repository pattern. To enable generic CRUD operations, refactor Permission entity to inherit from Entity<Guid>.

PlanRepository
PlatformAdminRepository
RefreshTokenRepository
RolePermissionRepository

Repository for querying role-permission mappings for authorization

RoleRepository
SeedPermissionsRepository
SubModuleRepository
TenantBranchRepository
TenantModuleRepository
TenantRepository
TenantSubModuleRepository
UserRepository
UserSessionRepository
UserTenantBranchRepository