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.