All Versions
11
Latest Version
Avg Release Cycle
72 days
Latest Release
1421 days ago

Changelog History
Page 1

  • v1.4.1

    June 03, 2020
  • v1.3.2 Changes

    May 16, 2019

    โž• Added

    • ๐Ÿ”ง Instant configuration into scoped decorator for inline config changes outside of protected.
  • v1.3.1 Changes

    April 25, 2019

    โž• Added

    • ๐Ÿ‘Œ Support for False and None scopes.

    ๐Ÿ”„ Changed

    • โš  Use request.args instead of request.query_args to resolve Depracation Warning.
  • v1.3.0 Changes

    April 24, 2019

    โž• Added

    • #40. Page redirection for static page protection
    • ๐Ÿ‘Œ Support to be able to individually protect class-based view methods without the decorators property
  • v1.2.2 Changes

    March 14, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ป #148. Exception message on refresh token intialization

    ๐Ÿ›  Fixed

    • ๐Ÿ–จ #147. protected decorator properly applied to built in views when initialized on a blueprint
  • v1.2.1 Changes

    December 04, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ”’ #144 Security bug resolved on empty tokens
  • v1.2.0 Changes

    November 08, 2018

    โž• Added

    • Custom claims
    • ๐Ÿ›ฐ Extra payload validation
    • Configuration option: SANIC_JWT_DO_PROTECTION

    ๐Ÿ”„ Changed

    • Invalid tokens now 401 instead of 403
  • v1.1.4 Changes

    August 06, 2018

    Fixed

    • Bug with _do_protect in @scoped decorator
  • v1.1.3 Changes

    August 06, 2018

    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
  • v1.1.2 Changes

    June 18, 2018

    Added

    • Ability to send authorization tokens via query string parameters