The Session Controller API provides endpoints for managing user sessions in the FinHub platform. These endpoints allow for creating, retrieving, updating, and terminating user sessions.
The Session Controller API enables secure session management, allowing applications to maintain user state and implement proper authentication flows. Sessions are created upon successful authentication and can be terminated when users log out or when security policies require it.