Releases: svenluijten/super-basic-auth
Releases · svenluijten/super-basic-auth
Version 2.6.0
What's Changed
- Make compatible with Laravel 9 & 10 by @svenluijten in #64
Full Changelog: v2.5.0...v2.6.0
Version 2.5.0
- Test against PHP 8.1 (#30)
Version 2.4.0
v2.4.0 Version 2.4.0
Version 2.3.0
Version 2.2.1
- Fixes an issue with redirect responses (#6)
Version 2.2.0
- Added support for Laravel 6.x.
Version 2.1.0
- Added support for Laravel 5.8.
- Instead of returning a response in the middleware, we now
abort()
(throw an exception). - Added more types to the internals of this package.
Version 2.0.0
v2.0.0 Version 2.0.0
Version 1.1.0
null
values are now no longer valid.
Version 1.0.0
Initial release! 🎉
Usage can be found in the README.