Skip to main content

utils

Utility functions for authentication applications.

def display_me(me: dict[str, str], infos: dict[str, str]) -> None

Display a my profile.

Parameters

  • me : dict[str, str]

    The user's profile information.

  • infos : dict[str, str]

    Additional information about the user.