Module auth

Source
Expand description

Authentication testing utilities

Provides utilities for testing authentication and authorization in elif.rs applications, including JWT token generation, session management, and RBAC testing helpers.

Structsยง

AuthTestHelpers
Authorization test helpers
TestAuthProvider
Test authentication provider for generating test tokens and sessions
TestJwtClaims
Test JWT claims structure
TestSession
Test session structure
TestUserBuilder
Test user builder for authentication testing