Process-local Accrue.Auth adapter for host test suites.
This module is intentionally not wired as a default adapter. Host tests may configure it explicitly when they need a named, async-safe auth seam.
Summary
Functions
Clears the mock current user from the calling process.
Stores the mock current user in the calling process.
Functions
@spec clear_current_user() :: :ok
Clears the mock current user from the calling process.
@spec put_current_user(Accrue.Auth.user()) :: :ok
Stores the mock current user in the calling process.