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.0

Published by suwardany over 9 years ago

  • Updated for Laravel 5.

REVISED

  • Switched to PSR-2.
sentinel - v1.0.8

Published by suwardany over 9 years ago

  • Fixed a bug on the findByCredentials method that caused the first user to be returned when an empty array is passed.
  • Added mysql database schema.
sentinel - v1.0.7

Published by brunogaspar almost 10 years ago

  • Added the $hidden property to the user model with the password field being hidden by default.
sentinel - v1.0.6

Published by suwardany about 10 years ago

  • Wrap garbageCollect into a try catch block to prevent an exception from being thrown if the database is not setup.
sentinel - v1.0.5

Published by brunogaspar about 10 years ago

  • Fixed a minor issue when deleting a user, the method wasn't returning the expected boolean only null.
sentinel - v1.0.4

Published by brunogaspar about 10 years ago

  • Improved the requirements to allow the installation on Laravel 5.0.
sentinel - v1.0.3

Published by brunogaspar about 10 years ago

  • Updated the updatePermission method signature on the PermissibleInterface due to a PHP bug on older versions.
sentinel - v1.0.2

Published by brunogaspar about 10 years ago

  • Fixed some doc blocks typos
  • Loosened the requirements on the composer.json
  • Added an IoC Container alias for the Sentinel class.
sentinel - v1.0.1

Published by suwardany about 10 years ago

  • Fixed a bug where user model overriding was ignored.
sentinel - v1.0.0

Published by brunogaspar about 10 years ago

Initial release.