Overview
Authentication Service API (1.0.0)
Section titled “Authentication Service API (1.0.0)”Authentication and session management API for HabitatEcho. Provides endpoints for user login, token refresh, logout, and session management.
All endpoints follow the event-driven architecture pattern with async command processing. Commands return 202 Accepted with Location header, queries return 200 OK synchronously.
- OpenAPI version: 3.0.3
Authentication
Section titled “ Authentication ”BearerAuth
Section titled “BearerAuth ”JWT token authentication. Include the token in the Authorization header as “Bearer {token}”
Security scheme type: http
Bearer format: JWT