aiohttp_session 0.4.0 release
Changes
- Add optional NaCl encrypted storage #20
- Relax EncryptedCookieStorage to accept base64 encoded string,
e.g. generated by Fernet.generate_key. - Add setup() function
- Save the session even on exception in the middleware chain