Skip to content

Instantly share code, notes, and snippets.

@duan-li
Last active July 13, 2017 23:37
Show Gist options
  • Save duan-li/e5ac3271af2adfab5bd381541f338688 to your computer and use it in GitHub Desktop.
Save duan-li/e5ac3271af2adfab5bd381541f338688 to your computer and use it in GitHub Desktop.
Sentinel functions

Regist

registerAndActivate(array)

User

findById(int) update(Obj user, array) getUser() findByCredentials(array)

Authentication

guest() check() authenticate(array, bool) forceAuthenticateAndRemember(array) loginAndRemember(Obj) login(Obj, bool) logout()

Authority

hasAccess(string)

Roles

findRoleBySlug(string) getRoleRepository() inRole()

Others

forceCheck()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment