3.18.0
- Add the ability to dynamically set user claims via the new
user_claims
argument tocreate_access_token
andcreate_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 asdateutil
) will now work with extension (#233). Thanks @abathur