Application Module ================== .. automodule:: credproxy.app :members: :undoc-members: :show-inheritance: The application module contains the main Flask application setup and request handling logic for CredProxy. Key Functions ------------- ``create_app(config_class=None)`` Creates and configures the Flask application with all necessary blueprints and middleware. ``set_service_context()`` Sets service context in Flask's g context for access logging based on authorization tokens.