aim_server_basic_auth

HTTP Basic Authentication middleware for the Aim framework.

Documentation | pub.dev

Overview

aim_server_basic_auth provides RFC 7617 compliant HTTP Basic Authentication middleware for the Aim framework. It offers flexible async user verification, configurable protection realm for authentication dialogs, and path exclusions for public routes. Supports passwords with special characters including colons, and full Unicode characters in credentials.

Installation

dependencies:
  aim_server: ^0.0.6
  aim_server_basic_auth: ^0.0.1

Documentation

For detailed usage, examples, and API reference, see the documentation.