pallets-eco / flask-jwt

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

check type of `identity` #149

Open chamrun opened 2 years ago

chamrun commented 2 years ago

Without If checking type of identity, if it would be dict this error happens: AttributeError: 'dict' object has no attribute 'id'