v2.0.0-beta.4 (Flask-JWT-Extended improvements)
While recording the Flask-JWT-Extended version, made a few improvements.
New content
- ✨ Add lecture on how JWTs are used.
- ✨ Add lecture on Insomnia request chaining.
Content improvements
- 👨💻 Make item name not unique as it was an unrealistic constraint in a real system.
- 👨💻 Remove
@classmethod
from User resource endpoint. These were left over from a previous version of the course. - 🐛 Improve explanations in "What is a REST API"
- 🐛 Improve code blocks in SQLAlchemy section.