Version 2.1.1 - Fix and Enhancements to Autherization Checks
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.