Module factory

Source
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)