Skip to content

VenAuthUser

class Vendidit\AuthServer\Laravel\VenAuthUser Source: src/VenAuthUser.php

In-memory Authenticatable backed by a UserPrincipal. Returned by VenJwtGuard when no Eloquent model is configured (“Pattern A — stateless” in the design doc). No DB query.

@implements Arrayable<string,mixed>

Methods

getAuthPassword()

Auth-server holds the hash; we never store it locally.

toArray()

@return array<string,mixed>