flue-eve

Authentication

Production auth is configured through resolveEveCompatDefaults:

export default createEveCompatApp({
  agentName: 'assistant',
  ...resolveEveCompatDefaults(),
});

Auth modes

ModeBehavior
noneNo auth — development only
tokenBearer token validation
envRead auth config from environment variables

In production, auth: 'none' is rejected unless explicitly opted in.