API reference@evolu/common › local‑first/LocalAuth

Local authentication and owner management.

Functions

FunctionDescription
createLocalAuthCreates a local auth using the given secure storage implementation. This factory function allows each platform to provide its own storage layer while sharing the common auth logic.

Interfaces

InterfaceDescription
AuthenticationPromptConfiguration for the biometric/device credential prompt shown when a protected item is accessed.
AuthList-
AuthResult-
LocalAuthLocal authentication and authorization system for Evolu. This is API is subject to change and not recommended for production use.
LocalAuthDep-
LocalAuthOptions-
LocalAuthOptionsValues-
MutationResult-
SecureStorageSecure storage interface that must be implemented by each platform.
SecureStorageDep-
SensitiveInfoGetRequest-
SensitiveInfoItem-
StorageMetadata-

Type Aliases

Type AliasDescription
AccessControlEnumerates the access-control policy enforced by the underlying secure storage.
SecurityLevelEnumerates the highest security tier that was effectively applied while storing a value.
StorageBackendEnumerates the native storage backend used to persist sensitive data.

Variables

VariableDescription
localAuth_Namespace-
localAuthDefaultOptions-