Skip to content

Releases: cartalyst/sentinel

v1.0.16

30 Jan 08:23
Compare
Choose a tag to compare

ADDED

  • Missing Throttle repository getter/setter.

v2.0.13

05 Sep 15:17
Compare
Choose a tag to compare

ADDED

  • Missing Throttle repository getter/setter.
  • Laravel 5.3 support.

UPDATED

  • Detach the role from users when the role is deleted.
  • Pass persistence model from the configuration to the native bootstrapper.

REMOVED

  • Removed usage of Laravel helpers.

v2.0.12

13 May 16:40
Compare
Choose a tag to compare

UPDATED

  • Bump paragonie/random_compat version.
  • Use CSPRNG for salts.

v2.0.11

28 Apr 13:19
Compare
Choose a tag to compare

UPDATED

  • User model to check if the model is being soft deleted.
  • Native Session to better check if session is open or closed.

v2.0.10

28 Apr 12:03
Compare
Choose a tag to compare

FIXED

  • Delete method on the user model not returning parent.
  • Removed unused imports on some tests.
  • Reference to the stdClass on tests.
  • Various docblocks.

UPDATED

  • User model to hide the hashed password by default.

v2.0.9

28 Apr 12:03
Compare
Choose a tag to compare

FIXED

  • Bypassing specific checkpoints.

ADDED

  • A new database schema file for MySQL 5.6+.

v2.0.8

28 Apr 12:02
Compare
Choose a tag to compare

REVISED

  • Use json methods for various cookie implementations.

v1.0.15

28 Apr 12:01
Compare
Choose a tag to compare

REVISED

  • Use json methods for various cookie implementations.

v2.0.7

26 Aug 18:32
Compare
Choose a tag to compare

REVISED

  • Added additional check to prevent the first user from being returned when skipping login columns.

v1.0.14

26 Aug 18:32
Compare
Choose a tag to compare

REVISED

  • Added additional check to prevent the first user from being returned when skipping login columns.