Bristol SU Support Package
|
Public Member Functions | |
register () | |
registerUserAuthentication (Request $request) | |
boot () | |
Database user service provider
Definition at line 13 of file UserServiceProvider.php.
BristolSU\Support\User\UserServiceProvider::boot | ( | ) |
Boot
Definition at line 47 of file UserServiceProvider.php.
BristolSU\Support\User\UserServiceProvider::register | ( | ) |
Register
Definition at line 22 of file UserServiceProvider.php.
BristolSU\Support\User\UserServiceProvider::registerUserAuthentication | ( | Request | $request | ) |
Register the authentication provider.
Will register the API authentication provider if '/api/' is in the route, or the web authentication otherwise
Request | $request |
Definition at line 34 of file UserServiceProvider.php.