Class TokenSecurityContext

Base-class for a context that authenticates users and manages security.

Hierarchy

Constructors

Properties

authenticatedUser?: Authenticatable

The currently authenticated user, if one exists.

bus: Bus<Event>
logging: Logging
name: string

The name of this context.

The repository where users are persisted.

request: Request

Methods