This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Description
The current implementation adds a cookie without an expires value, which means it will be valid until the end of the session (e.g. when the user closes their browser).
In our case, we'd like to be able to control when the user must re-authenticate, similar to https://stackoverflow.com/q/50728337/161022