Skip to content

Release of v3.0.0

Compare
Choose a tag to compare
@h-kurniawan h-kurniawan released this 28 Dec 02:50
· 218 commits to master since this release
9aae818

This major release contains the following fixes, updates and changes:

  • [All] Breaking - Changed the HTTP status code response in case of any errors (including authentication and validation errors) from Forbidden (403) to Unauthorized (401).
    HideExceptionsAndReturnForbidden property of MAuth option class has also been renamed to HideExceptionsAndReturnUnauthorized.