Session Controller API
Operations related to session management
Session Controller API
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.
Available Endpoints
This tag groups endpoints related to session management operations, including:
Method | Endpoint | Description |
---|---|---|
POST | /api/v2/session/logout | Logout customer by session id |
POST | /api/v2/session/logoutAll | Logout all customer sessions |
Session Management
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.
Security Considerations
Session management is critical for application security. The Session Controller API implements security best practices including:
- Session timeout mechanisms
- Secure session token handling
- Session invalidation on security events
- IP-based session validation