Skip to content

Latest commit

 

History

History
90 lines (57 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

90 lines (57 loc) · 4.61 KB

Changelog

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.

Added

  • 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)

Optimized

  • 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)

Fixed

  • 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)

Changed

  • 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)

Removed

  • Revert model DB connection customization (#38)
  • Core: Remove ability to disable Rate Limiting (#57)

v0.2.0 - 2023-04-03

Added

  • PHP 8.2 Support (#23)
  • Laravel 10 Support (#23)

Fixed

  • Core: Fixed timing-related test regression (#23)

Changed

  • 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 to claudiodekker/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

Fixed

  • Bladebones: Add Laravel Pint linting to scaffolding-created files (#1)
  • Bladebones: Fix imports on generated files (#2)

v0.1.1 - 2022-11-30

Fixed

  • Bladebones: Widen the version constraint to allow claudiodekker/laravel-auth >=v0.1 <1.0.0

v0.1.0 - 2022-11-30

Added

  • Initial release of claudiodekker/laravel-auth
  • Initial release of claudiodekker/laravel-auth-bladebones