The Session class defines the current user session. It stores a reference to the current authenticated user, and provides methods to log in/out.
Session
The CSRF token.
The current authenticated user.
Attempt to log in a user.
Log the user out.
Generated using TypeDoc v0.24.8
The
Session
class defines the current user session. It stores a reference to the current authenticated user, and provides methods to log in/out.