You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes option identity_lookup kwarg in create_access_token() function, introduced in 0.0.7. Now uses the decorator @jwt.user_identity_loader to perform this functionality. This is a breaking change.