lucia
lucia copied to clipboard
Use Expires instead Max-Age for cookies
Package
lucia
Describe the bug
Oslo is setting Max-Age as seconds which is an issue for Express.js where Max-Age should be as milliseconds.
@pilcrowOnPaper suggested using Expires instead Max-Age in core package.