0.0.7
- create_access_token() now defaults to non-fresh tokens
- Adds a help method for logging out when using cookies to store the JWTs: unset_jwt_cookies()
- Allows passing complex objects into the create_access_token() function, to prevent unnecessary duplicate disk lookups. See #11