YesAuthority

Laravel Routes Authorization Library

MIT License

Downloads
1.6K
Stars
7
Committers
2

Bot releases are visible (Hide)

YesAuthority - Critical Issue fixes

Published by vinodraut over 6 years ago

Critical Issue fixes related to checkEntity

YesAuthority - Update

Published by vinodraut over 6 years ago

Added support for multi access id/key checks

YesAuthority - Major Release

Published by vinodraut over 6 years ago

Major performance issues sorted
canAccess & check method now accepts array

YesAuthority - minor

Published by vinodraut over 6 years ago

composer & example updated

YesAuthority - Feature Release

Published by vinodraut over 6 years ago

Added Extend Role permissions
pseudo routes now available in available routes
added parent option for zones

YesAuthority - Minor Release - 2.1.8

Published by vinodraut over 6 years ago

Added support for Laravel 5.6

YesAuthority - 2.1.7 - Feature

Published by vinodraut almost 7 years ago

Added condition closure functionality for entities

'condition' => function($accessId, $isAccess, $currentRouteAccessId, $entityIdentified, $entityUser) {
    if($isAccess and isEmpty($entityIdentified) and ($entityUser['user_roles__id'] !== 1)) {
        return false;
    }
}
YesAuthority - 2.1.5

Published by vinodraut almost 7 years ago

Thrown exception for accessIdKey missing

YesAuthority - 2.1.4 - Improvements

Published by vinodraut almost 7 years ago

Id column for entities are optional now, will use primary key column default

YesAuthority - 2.1.3 - Small fixes

Published by vinodraut almost 7 years ago

Small fixes related to entity identifications

YesAuthority - 2.1.2 - Improvements

Published by vinodraut almost 7 years ago

Now you can set identified entity array directly for permission check.

YesAuthority - Minor

Published by vinodraut almost 7 years ago

removed unnecessary vars

YesAuthority - New Feature - Entity Permissions

Published by vinodraut almost 7 years ago

Added support for Entity Based Permissions

YesAuthority - Improvements

Published by vinodraut about 7 years ago

added capability for additional column check on user authority table

YesAuthority - Improvements

Published by vinodraut about 7 years ago

consider custom user model even if user is logged in for permissions

YesAuthority - added dependencies in result array

Published by vinodraut about 7 years ago

YesAuthority -

Published by vinodraut about 7 years ago

Composer name updated

YesAuthority -

Published by vinodraut about 7 years ago

Response code for Authentication required changed to 403

YesAuthority - Docs Updated

Published by vinodraut about 7 years ago

Docs Updated

YesAuthority - Major release

Published by vinodraut about 7 years ago

YesAuthority - Major Release