Skip to content

Version 1.1.3 - 2018-08-06

Compare
Choose a tag to compare
@ahopkins ahopkins released this 06 Aug 09:14
bfd4263

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