Releases: ssofy/laravel-server
Releases · ssofy/laravel-server
v2.1.5
- Fixed the Social Auth issue.
v2.1.4
- Fixed the PaginatedResponseEntity import.
v2.1.3
- Fixed the bug with UserRepository::find().
v2.1.2
- Alignments with latest php-sdk
UserRepositoryInterface::find()
signature updates.
- Implemented
UserRepository::findAll()
.
- Removed user caching in UserRepository.
- Enhanced validation rules by taking advantages of php-sdk model validation.
- Added
/users
endpoint.
v2.1.1
- Fixed the message in blade view.
v2.1.0
- Added config for otp options' enabled methods.
- Updated Blade views. OTP Action included.
- Config file revamp with compatibility.
v2.0.6
- Renamed
settings
to vars
in default otp templates while preserving the old functionality.
v2.0.5
- Fixed OTP verification issue with non-exising otp option or user.
- Fixed wrong column mapping in config file.
- Config property rename
otp.notification.settings
to otp.notification.vars
for compatibility with the new draft.
v2.0.3
- Hotfix: OTPRepository fixed.