Expand description
Factory functions for microkernel server creation
This module provides convenient factory functions for creating microkernel servers with different OAuth providers and configurations.
Functionsยง
- create_
cognito_ oauth_ only_ microkernel - Create a minimal microkernel server with Cognito OAuth provider
- create_
full_ cognito_ microkernel - Create a fully configured microkernel server with Cognito OAuth provider
- create_
full_ cognito_ microkernel_ dynamodb - Create a fully configured microkernel server with Cognito OAuth provider and DynamoDB storage
- create_
full_ github_ microkernel - Create a fully configured microkernel server with GitHub OAuth provider
- create_
full_ microkernel - Create a fully configured microkernel server with all handlers
- create_
github_ oauth_ only_ microkernel - Create a minimal microkernel server with GitHub OAuth provider
- create_
oauth_ only_ microkernel - Create a minimal microkernel server with only OAuth
- create_
unauthenticated_ microkernel - Create a microkernel server without authentication (for testing)