VenAuthUser
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.
Annotations
@implementsArrayable<string,mixed>
Methods
getAuthPassword()
function getAuthPassword(): stringAuth-server holds the hash; we never store it locally.
toArray()
function toArray(): arrayReturns
array<string,mixed>