#aquila #mocking #assets #testing

aquila_auth_mock

Aquila asset mock auth for tests/examples

16 releases (4 breaking)

Uses new Rust 2024

0.7.0-rc.13 Feb 24, 2026
0.7.0-rc.11 Feb 3, 2026
0.7.0-rc.7 Jan 30, 2026
0.6.4 Jan 27, 2026
0.1.3 Jan 6, 2026

#1452 in Authentication


Used in aquila

MIT/Apache

26KB
348 lines

Aquila Auth Mock

Crates.io Downloads Docs

A dummy authentication provider for development and testing.

WARNING: This provider allows ANY token to pass as a valid user with full admin permissions.

DO NOT use this in production!!!

Usage

let auth = AllowAllAuth;

License: MIT OR Apache-2.0

Dependencies

~2.1–3.5MB
~66K SLoC