Skip to content

0.0.7

Compare
Choose a tag to compare
@vimalloc vimalloc released this 18 Oct 22:16
  • 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