cartalyst/sentinel
Framework-agnostic authentication and authorization system for PHP 8.3+ with Laravel support. Provides user management, roles and permissions, login/throttling, activation and password reset flows, and additional security features.
ADDED
inAnyRole to be called statically, Sentinel::inAnyRole($role)FIXED
FIXED
addPermission method of the PermissibleTrait.FIXED
Sentinel::getCheckpoints() method to retrieve all the added CheckpointsSentinel::getActivationRepository()->get() method to retrieve the valid ActivationSentinel::getReminderRepository()->get() method to retrieve the valid ReminderSentinel::getActivationRepository()->exists(); method to always return a booleanSentinel::getActivationRepository()->completed(); method to always return a booleanSentinel::getReminderRepository()->exists(); method to always return a booleanfindByPersistenceCode() to return a PersistenceInterface or null instead of PersistenceInterface or boolfindUserByPersistenceCode() to return UserInterface or null instead of UserInterface or boolADDED
UPDATED
orWhere query builder loop to lead with correct boolean constraintFIXED
checkPermission() method not behaving not casting some permissions as stringscheckActivation method on the Activations Checkpoint was not returning the completion statusFIXED
ADDED
FIXED
get method on IlluminateCookie returning incorrect type.ADDED
REVISED
cartalyst/support version.FIXED
inRole to return false after one iteration.FIXED
ADDED
ADDED
UPDATED
REMOVED
UPDATED
paragonie/random_compat version.UPDATED
FIXED
UPDATED
FIXED
ADDED
REVISED
REVISED
REVISED
REVISED
How can I help you explore Laravel packages today?