Skip to content

useAuthController

@firecms/core


@firecms/core / useAuthController

useAuthController<USER, AuthControllerType>(): AuthControllerType

Defined in: hooks/useAuthController.tsx:14

Hook to retrieve the AuthContext.

Consider that in order to use this hook you need to have a parent FireCMS

USER extends User = User

AuthControllerType extends AuthController<USER> = AuthController<USER>

AuthControllerType

AuthController