Class SessionSecurityContext

Security context implementation that uses the session as storage.

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 from which to draw users.

session: Session

Methods