3.18.0
- Add the ability to dynamically set user claims via the new
user_claimsargument tocreate_access_tokenandcreate_refresh_tokenfunctions (#229). Thanks @jeanphix - Add ability to use other datetime libraries for the token expiration configuration options. Anything that works with
datetime.datetime(such asdateutil) will now work with extension (#233). Thanks @abathur