pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 178 forks source link

change in assing data id #145

Open jurueta opened 3 years ago

jurueta commented 3 years ago

This change is realized because of next error:

    identity = getattr(identity, 'id') or identity['id']
AttributeError: 'dict' object has no attribute 'id'

Generated when the variable identity is a dict and the getattr is for object.