CustomUserProvider
class CustomUserProvider extends EloquentUserProvider (View source)
Custom user provider that supports binary UUID identifiers.
Methods
Authenticatable|null
retrieveById(mixed $identifier)
Retrieve a user by their unique identifier.
string|null
uuidStringToBytes(string $uuid)
Convert a UUID string representation to its binary form.
Details
Authenticatable|null
retrieveById(mixed $identifier)
Retrieve a user by their unique identifier.
protected string|null
uuidStringToBytes(string $uuid)
Convert a UUID string representation to its binary form.