authentication - Laravel 5 User Permissions -


i new laravel (5.2) , followed great series https://www.youtube.com/watch?v=zxmf0n2sc1i&index=34&list=plwakr305cro-q90j---jxvzbod4cdrbvx

can point me right direction how setup authentication registered users can edit / delete own posts.

e.g: logged in user "a" not allowed edit posts user b.

thanks helping me out.

you can use apiguard. see more: https://github.com/chrisbjr/api-guard


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -