+ Authentication session is now validated before account during an authentication attempt.
+ Account verification blueprint endpoint will now request a new two-step session if the current two-step session is invalid or expired.
+ An `InvalidError` will now be raised if the maximum amount of challenge attempts have been reached in the verification session.
+ Configurable security cache path in `security.ini`.
+ Documentation revisions.