EasyWAF v0.8.1
Fixed
- Signing in after a session ended looped between the login page and the dashboard until the browser gave up with ERR_TOO_MANY_REDIRECTS. The login page decided "already signed in" from the cookie alone while every other page checked the database.
- Logging out did not always remove the session cookie: the removal did not name the path the cookie was set with, so the browser kept it.
Commits
- e1bb20a Shorten the changelog to one line per change — yarivha
- 2faae69 List each commit, with author and hash, on the release page — yarivha
- 7badb58 Drop the changelog entry for the release-page change — yarivha
- 26afff9 Condense the whole changelog to one line per change — yarivha
- e82e7b8 Fix the login page looping against the dashboard — yarivha
- 31459c7 Release 0.8.1 — yarivha
Full changelog: v0.8.0...v0.8.1