pallets-eco / flask-jwt

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

_default_jwt_payload_handler: Check for attribute 'id' #126

Open AbdealiLoKo opened 6 years ago

AbdealiLoKo commented 6 years ago

If the attribute 'id' does not exist, do not use it. Use the item 'id' instead.

Fixes https://github.com/mattupstate/flask-jwt/issues/115