Login
SSO Integration
This service integrates with RxBackend for Single Sign-On authentication.
API endpoints can be accessed using JWT tokens from RxBackend.
- Health Check:
GET /api/health/ - User Profile:
GET /api/user/profile/ - Clinical Records:
GET /api/records/
Authorization Header: Bearer <jwt_token>