sentinel

A framework agnostic authentication & authorization system.

BSD-3-CLAUSE License

Downloads
2.3M
Stars
1.5K
Committers
40

Bot releases are visible (Hide)

sentinel - v2.0.13

Published by brunogaspar about 8 years ago

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.
sentinel - v2.0.12

Published by suwardany over 8 years ago

UPDATED

  • Bump paragonie/random_compat version.
  • Use CSPRNG for salts.
sentinel - v2.0.11

Published by brunogaspar over 8 years ago

UPDATED

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

Published by brunogaspar over 8 years ago

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.
sentinel - v2.0.9

Published by brunogaspar over 8 years ago

FIXED

  • Bypassing specific checkpoints.

ADDED

  • A new database schema file for MySQL 5.6+.
sentinel - v2.0.8

Published by brunogaspar over 8 years ago

REVISED

  • Use json methods for various cookie implementations.
sentinel - v1.0.15

Published by brunogaspar over 8 years ago

REVISED

  • Use json methods for various cookie implementations.
sentinel - v2.0.7

Published by brunogaspar about 9 years ago

REVISED

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

Published by brunogaspar about 9 years ago

REVISED

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

Published by brunogaspar over 9 years ago

UPDATED

  • composer.json to fix Composer warnings about migrations.
sentinel - v1.0.13

Published by brunogaspar over 9 years ago

UPDATED

  • composer.json to fix Composer warnings about migrations.
sentinel - v2.0.5

Published by brunogaspar over 9 years ago

REVISED

  • Using singleton in favor of bindShared being deprecated on Laravel 5.1 and removed on Laravel 5.2.
sentinel - v2.0.4

Published by brunogaspar over 9 years ago

UPDATED

  • .travis.yml file contents.

FIXED

  • Method visibility on the PermissibleTrait to avoid warnings on some IDE's.
sentinel - v1.0.12

Published by brunogaspar over 9 years ago

UPDATED

  • .travis.yml file contents.

FIXED

  • Method visibility on the PermissibleTrait to avoid warnings on some IDE's.
sentinel - v2.0.3

Published by brunogaspar over 9 years ago

UPDATED

  • License to 3-clause BSD.
  • Some other minor tweaks.
sentinel - v1.0.11

Published by brunogaspar over 9 years ago

UPDATED

  • License to 3-clause BSD.
  • Some other minor tweaks.
sentinel - v2.0.2

Published by suwardany over 9 years ago

FIXED

  • Throw an exception when registering with a blank password.
sentinel - v1.0.10

Published by suwardany over 9 years ago

FIXED

  • Throw an exception when registering with a blank password.
sentinel - v2.0.1

Published by suwardany over 9 years ago

FIXED

  • Set the user object on the Sentinel class to null after logout.
  • Detect client ip using symfony's Request class on the native bootstrapper.
sentinel - v1.0.9

Published by suwardany over 9 years ago

FIXED

  • Set the user object on the Sentinel class to null after logout.
  • Detect client ip using symfony's Request class on the native bootstrapper.