Skip to content

3.18.0

Compare
Choose a tag to compare
@vimalloc vimalloc released this 02 Mar 05:05
  • Add the ability to dynamically set user claims via the new user_claims argument to create_access_token and create_refresh_token functions (#229). Thanks @jeanphix
  • Add ability to use other datetime libraries for the token expiration configuration options. Anything that works with datetime.datetime (such as dateutil) will now work with extension (#233). Thanks @abathur