Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: default RememberMe timeout 1m
The current default value of 1d for Remember Me timeout is not very intuitive: without RememberMe checked the login lasts for the browser session, which often is much longer than 1d. With the default 1d and Remember Me checked your login session will timeout in 1d, when you probably wanted that the server would remember you over browser restarts for quite a bit longer. This changes the default value to 3 months, trying to strike a balance between security (eventual timeout) and convenience (the server actually remembering you over browser session resets).
- Loading branch information