Skip to content

Releases: ssofy/laravel-server

v2.1.5

17 Aug 10:22
Compare
Choose a tag to compare
  • Fixed the Social Auth issue.

v2.1.4

17 Jun 10:59
Compare
Choose a tag to compare
  • Fixed the PaginatedResponseEntity import.

v2.1.3

16 Jun 17:48
Compare
Choose a tag to compare
  • Fixed the bug with UserRepository::find().

v2.1.2

16 Jun 17:30
Compare
Choose a tag to compare
  • 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

30 Jan 09:35
Compare
Choose a tag to compare
  • Fixed the message in blade view.

v2.1.0

29 Jan 20:29
Compare
Choose a tag to compare
  • Added config for otp options' enabled methods.
  • Updated Blade views. OTP Action included.
  • Config file revamp with compatibility.

v2.0.6

01 Oct 15:22
Compare
Choose a tag to compare
  • Renamed settings to vars in default otp templates while preserving the old functionality.

v2.0.5

16 Sep 06:29
Compare
Choose a tag to compare
  • 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.4

15 Aug 20:48
Compare
Choose a tag to compare
  • Validations fix.

v2.0.3

22 Jul 09:38
Compare
Choose a tag to compare
  • Hotfix: OTPRepository fixed.