Sanic JWT v1.1.3 Release Notes

Release Date: 2018-08-06 // over 5 years ago
  • Changed

    • ๐Ÿ‘ป Exception handling to consistently have a exception and reasons key
    • ๐Ÿ‘ป reasons in exception handling to be consistently formatted
    • 400 responses for debug turned off, and 401 when turned on

    ๐Ÿ›  Fixed

    • #110. Preflight methods now properly handled
    • ๐Ÿ”€ #114. Proper use of utils.call to allow for sync and async retrieve_user functions
    • #116. Proper error reporting on malformed tokens
    • #118. Proper error reporting on expired token for /auth/me and /auth/refresh by applying @protected decorators