You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- the session key is now generated using - a hash of the uid seeded by the apps secret_key (size: SESSION_KEY_BITS) - a random token (size: 128 bits) - the session's creation time (size: 32 bits) - redis server side sessions are now refreshed after 1/2 the session lifetime even if not modified - the cookie is also updated if necessary |
4 years ago | |
|---|---|---|
| .. | ||
| assets | 6 years ago | |
| mailu | 4 years ago | |
| migrations | 7 years ago | |
| .gitignore | 8 years ago | |
| Dockerfile | 5 years ago | |
| README.md | 8 years ago | |
| audit.py | 8 years ago | |
| babel.cfg | 8 years ago | |
| messages.pot | 8 years ago | |
| package.json | 6 years ago | |
| requirements-prod.txt | 5 years ago | |
| requirements.txt | 5 years ago | |
| start.py | 6 years ago | |
| webpack.config.js | 6 years ago | |
README.md
Mailu Admin container
This is the web-based administrative interface for the Mailu containerized mail server.
Resources
- Report issues and send Pull Requests in the main Mailu repository