+ Login hotfix when using a non-existent email. An error is raised as intended, however it is the wrong exception.
1.4.8
+ Hotfix for issue 45.
1.4.7
+ Authorization fix that takes roles marked as deleted into consideration. + Account retrieval methods filter out accounts marked as deleted instead of relying on validation. + Improved model type hinting. + Minor testing adjustments and fixes. + Licensing revision. + License statement attached to source files. + Documentation revisions.
1.4.6
+ Improved support for asymmetric JWT algorithms.
1.4.5
+ Refresh token and `redeem` method are no longer inherited from `Session` and resides in `AuthenticationSession`. + Captcha and two-step session request improvements. + Invalid credentials for registration now raise `CredentialsError`. + Session context (`ctx`) field for storing extra information. + `MaxedOutChallangeError` exception implemented and raised when a session's challenge attempts has reached it's threshold. + Error message clarification. + Improved error handling. + Documentation revisions.