Skip to content

Authenticator

@firecms/core


@firecms/core / Authenticator

Authenticator<USER> = (props) => boolean | Promise<boolean>

Defined in: types/auth.tsx:72

Implement this function to allow access to specific users.

USER extends User = User

AuthController<USER>

AuthController

DataSourceDelegate

Connector to your database, e.g. your Firestore database

StorageSource

Used storage implementation

USER | null

Logged-in user or null

boolean | Promise<boolean>