Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

72 lines (48 loc) · 4.51 KB

Release Notes

Fixed

  • Fix InvalidArgumentException when logging in by @agungsugiarto in #35
  • Fix config cookie codeigniter4 by @agungsugiarto in #36

Fixed

  • Fix missing header WWW-Authenticate: Basic by @agungsugiarto in #34

Added

  • Implement HTTP Basic Authentication provides a quick way to authenticate users by @agungsugiarto in #33

What's Changed

  • Porting gate authorization from laravel by @agungsugiarto in #28

Full Changelog: v1.0.8...v2.0.0

Added

  • Unit test added InteractsWithAuthentication (#27)
  • Unit testing using php upto 8.x (#27)

Fixed

  • Register.php calls for invalid file (aa6eb79)
  • ErrorException | On login with email & password (aa6eb79)

Fixed

  • FIx return on filter authentication (baf5130)

Changed

  • Filter show message when request is ajax (497af3b)
  • Login issue bug, throttleKey function (1cf1999)

Changed

Changed

Fixed

  • Fix Cache key contains reserved characters {}()/@ (152bec9)

Changed

  • Remove strict return type on method login() (#17)
  • Update readme (#19)
  • Change first parameter to instance auth factory (#20)

v1.0.0 (2021-03-02)

Initial stable release.