Libraries tagged by authentickated
triad-ltd/expauth
29 Downloads
A Laravel authentication driver that supports Expression Engine's membership system. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.
thiagormoreira/laravel-extended-user
2 Downloads
This Laravel package adds profile page, account page, and extra features to Laravel's authenticated users.
techtell/laravel-guardpass
2930 Downloads
A package that allows developers to change Authenticated person on the fly
sureshinde/laravel-auth-checker
4 Downloads
Laravel Auth Checker allows you to log users authentication, devices authenticated from and lock intrusions.
starrysea/multi-auth
9 Downloads
Rewrite Laravel Auth to support authenticated multi-users
snipedragon/steamlink
16 Downloads
Provides authentication through Steam's OpenID and returns an object for the authenticated user.
shinde-rahul/rsvp_event
2 Downloads
Provides RSVP event content type and related configuration. Use events for creating contents that authenticated users can RSVP for.
robjbrain/laravel-user-timestamps
126 Downloads
Drop in replacements for UserTimestamps and SoftDeletes to also store the authenticated user id.
robertboes/laravel-portal
1 Downloads
Laravel Portal - Easily create single routes that serve guests and authenticated users
phumsoft/userstamps
2 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
phpfour/laravel-userstamps-for-backpack
118 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application. This forks make that work for Backpack for Laravel.
pandoux/laravel-user-request-logger
3 Downloads
Log every request send by authenticated user
pacificinternet/userstamps
21 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
michaelmawhinney/cryptex
25 Downloads
A simple PHP class for 2-way authenticated encryption using XChaCha20 + Poly1305 (libsodium)
mferly/session-parser
4 Downloads
Use this to iterate through active session files within the defined PHP sessions folder found in php.ini to look for authenticated sessions.