Module auth_setup

Source
Expand description

Authentication setup and global state management.

This module provides functionality for setting up and managing global authentication state that can be shared between the UI and server components. It handles the coordination of authentication providers and state management across the application.

Functionsยง

create_auth_provider
Creates an authentication provider that uses the global authentication state.
set_global_auth_state
Sets the global authentication state manager.