+ Edge case scenario where session expiration is disabled but client session expiration is true has been mitigated.
1.3.1
+ Sessions can now be configured to never expire. + Documentation revisions.
1.3.0.3
+ `DATABASE_URL` configuration variable added. + Test server database initialization url now uses the `DATABASE_URL` configuration variable instead of a hardcoded url. + Improved imports. + Improved configuration documentation.
1.3.0.1
+ Environment variables can now be loaded into the config. + Login can now work with an email or a username. This can be enabled by setting `ALLOW_LOGIN_WITH_USERNAME` true in the config.
1.3.0.0
+ Configuration has undergone an overhaul. More aspects of Sanic Security are now configurable. + Registration error handling fixed. + Testing improvements. + Removed aiofile. + Documentation revisions.
1.2.0.4
+ `aiofiles` replaced with `aiofile`. + Test server instance renamed.