fix
This commit is contained in:
@@ -6,7 +6,7 @@ A comprehensive Model Context Protocol (MCP) server that acts as a proxy/router
|
||||
|
||||
- **Complete API Coverage**: 400+ endpoints from Laravel healthcare application
|
||||
- **9 Authentication Types**: Admin, Agent, Patient, Practitioner, Affiliate, Partner, Network, Doctor, Provider
|
||||
- **Automatic Token Management**: Sanctum token caching and refresh
|
||||
- **Automatic Token Management**: Sanctum token storage and refresh
|
||||
- **HIPAA Compliance**: Sensitive data masking and secure logging
|
||||
- **Comprehensive Error Handling**: Healthcare-specific error responses
|
||||
- **Real-time Monitoring**: Health checks and performance metrics
|
||||
@@ -91,7 +91,6 @@ LARAVEL_API_RETRY_ATTEMPTS=3
|
||||
LARAVEL_API_RETRY_DELAY=1000
|
||||
|
||||
# Token Management
|
||||
TOKEN_CACHE_DURATION=3600
|
||||
TOKEN_REFRESH_BUFFER=300
|
||||
|
||||
# Logging
|
||||
@@ -289,7 +288,7 @@ The server tracks:
|
||||
|
||||
### Authentication Security
|
||||
|
||||
- **Token caching** with configurable TTL
|
||||
- **Token storage** with automatic expiration
|
||||
- **Automatic token refresh** before expiration
|
||||
- **Credential validation** on startup
|
||||
- **Rate limiting** support
|
||||
|
Reference in New Issue
Block a user