Skip to content

Version 2.1.1 - Fix and Enhancements to Autherization Checks

Compare
Choose a tag to compare
@dudil dudil released this 04 Dec 14:56
· 27 commits to master since this release
08d0573

Added fixes and enhancements to the authorization checks.

  • Return 401 instead of 500 in case of expired token
  • Better validation process to support more clear validation errors as enum instead of general error
  • Added ability to specifically request callback page after logout (not only per referrer header)
  • Refactor of methods signature to target few lint warnings

Thank you @rmwesley and @u-iandono for your support and comments.