Skip to content

Dev#153

Merged
ahjyrkia merged 7 commits into
productionfrom
dev
Jun 25, 2026
Merged

Dev#153
ahjyrkia merged 7 commits into
productionfrom
dev

Conversation

@ahjyrkia

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/server.ts
Comment on lines +110 to +124
const sessionMiddleware: RequestHandler = session({
store: new RedisStore({
client: redisClient,
}),
secret: COOKIE_SECRET,
rolling: true,
resave: false,
saveUninitialized: true,
name: 'transitlog-session',
cookie: {
secure: SECURE_COOKIE,
maxAge: 30 * 24 * 60 * 60 * 1000,
httpOnly: false,
},
})
Comment thread src/server.ts Fixed
ahjyrkia and others added 3 commits June 25, 2026 14:07
…kie exposed to the client'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@ahjyrkia ahjyrkia merged commit 58775d6 into production Jun 25, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants