diff --git a/index.html b/index.html index f788f9b..e431979 100755 --- a/index.html +++ b/index.html @@ -818,6 +818,10 @@
// Determine if the current user is authenticated +Auth::user()->getAuthIdentifier(); +// Get ID of Authenticated User +Auth::user()->getAuthIdentifierName(); +// Get name of Authenticated User Auth::check(); // Get the currently authenticated user Auth::user();