Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication, cookie, and redaction primitives.

Structs§

AuthSession
Authenticated session with scoped cookies.
Cookie
Cookie value scoped to an origin.
CookieJar
Cookie jar isolated by origin.
LoginFlow
Login flow request abstraction.
MemorySecureStorage
In-memory secure storage for tests and local prototypes.
OriginPolicy
Origin policy for authenticated flows.
Redactor
Redacts sensitive values from diagnostics.

Enums§

AuthError
Authentication errors.
SessionScope
Auth session scope.

Traits§

SecureStorage
Secure storage abstraction for sensitive values.