Skip to content

v2.0.0-beta.4 (Flask-JWT-Extended improvements)

Compare
Choose a tag to compare
@jslvtr jslvtr released this 23 Aug 11:18
· 203 commits to develop since this release
4ced652

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.