aquila_auth_mock 0.6.4

Aquila asset mock auth for tests/examples
Documentation

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