We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa75f6 commit 3150876Copy full SHA for 3150876
CHANGES
@@ -1,19 +1,26 @@
1
+0.1.0 (2020-03-08)
2
+------------------
3
+ - Add SESSION_TIMEOUT_REDIRECT to set a custom URL for redirect users which
4
+ have an expired session. See #9
5
+ - Update GitHub Actions CI/CD
6
+
7
8
0.0.4 (2019-04-01)
-==================
9
10
- added grace period to SESSION_EXPIRE_AFTER_LAST_ACTIVITY
11
12
13
0.0.3 (2017-12-14)
14
15
- Redirect user to the login page after session timeout instead of the root page
16
17
18
0.0.2 (2017-11-10)
19
20
- Added setting to control if session should be expired X seconds after last
21
activity or first
22
23
24
0.0.1 (2017-09-06)
25
26
- Initial release
0 commit comments