pallets-eco / flask-jwt

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

Remove config option doc for superseded ones #69

Closed peterlada closed 4 years ago

peterlada commented 8 years ago

JWT_LEEWAY was listed twice JWT_VERIFY is superseded by JWT_VERIFY_CLAIMS JWT_VERIFY_EXPIRATION is superseded by JWT_REQUIRED_CLAIMS

noxern commented 8 years ago

FYI: You removed the wrong JWT_LEEWAY :)