{"service": "Django Authentication Service", "version": "1.0.0", "description": "Complete authentication service with JWT and HMAC support", "endpoints": {"external_api": "/auth/", "internal_api": "/internal/", "admin": "/admin/", "health": "/health/", "swagger_ui": "/api/docs/", "redoc": "/api/redoc/", "openapi_schema": "/api/schema/"}, "documentation": {"swagger": "/api/docs/", "redoc": "/api/redoc/", "openapi_json": "/api/schema/"}, "authentication": {"external": "JWT Bearer Token", "internal": "HMAC Signature"}, "features": ["JWT Authentication", "HMAC Authentication", "Password Management", "Session Management", "Email Verification", "Role-based Access Control"]}