PersistentAI API Documentation / @persistentai/fireflow-trpc / server / createAuthService
Function: createAuthService()
createAuthService(
userStore):AuthService
Defined in: packages/fireflow-trpc/server/auth/service.ts:152
Create an AuthService instance. Note: For the main tRPC server, authService is created in context initialization. This export is for other packages (like executor) that need their own instance.