UI Dashboard & Settings

AuthTuna includes a set of pre-built, user-facing pages for account management, served by the ui_router.

Endpoints

  • /ui/dashboard: A welcome page showing basic account status.
  • /ui/profile: Allows the user to update their username.
  • /ui/settings: Provides forms for changing the password, managing MFA, and viewing/terminating active sessions.

These templates are built with Tailwind CSS and are designed to be easily customized or replaced by pointing DASHBOARD_AND_USER_INFO_PAGES_TEMPLATE_DIR to your own template directory.