All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Account Security indicator (#26)
- Core: Add support for pruning "claimed" users that never finish sign-up (#27)
- Add docblock-level
@see
-references (#29) - Core: Skip the recovery code challenge when no codes exist (#30)
- Local dev: Allow marking origins as "potentially trustworthy" (#45)
- Core: Allow customization of User model (#37)
- Add Timebox (prevent timeless timing attack vulnerability) (#55)
- Improved dev-dependencies (#39)
- Remove ext-json requirement (#41)
- Refactor public key credential for tests (#42)
- Core: More predictable/consistent Trait methods (#50)
- UserFactory: Use
fake()
helper instead of$this->faker
(#59)
- Core: Fixed timing-related test regression (#24)
- Bladebones: Recovery Code must be exactly 10 characters (#28)
- Core: Public Key Challenge - Update signature count (#31)
- Fix is-web-authn-supported attribute (#46)
- Improve Rate Limiting (#32)
- Added Larastan & improved violations (#36)
- Split up HTTP Traits into Mixins and Modifiers (#54)
- Bladebones: Clean up routes file & de-duplicate named routes (#56)
- Core: Improve Rate Limiting even further (#60)
v0.2.0 - 2023-04-03
- Core: Fixed timing-related test regression (#23)
- Moved
claudiodekker/laravel-auth
v0.1.0 into this monorepo - Moved
claudiodekker/laravel-auth-bladebones
v0.1.2 into this monorepo - Updated this
CHANGELOG.md
to reflect previous non-monorepo releases - Bladebones: Changed dependency from
claudiodekker/laravel-auth
toclaudiodekker/laravel-auth-core
- Bladebones: Improved generator styling, as per Laravel Pint standards (#23)
- Core: Improved tests to use translations instead of string matches (#23)
v0.1.2 - 2022-11-30
- Bladebones: Add Laravel Pint linting to scaffolding-created files (#1)
- Bladebones: Fix imports on generated files (#2)
v0.1.1 - 2022-11-30
- Bladebones: Widen the version constraint to allow
claudiodekker/laravel-auth
>=v0.1 <1.0.0
v0.1.0 - 2022-11-30
- Initial release of
claudiodekker/laravel-auth
- Initial release of
claudiodekker/laravel-auth-bladebones