Skip to main content

Crate aquila_auth_mock

Crate aquila_auth_mock 

Source
Expand description

§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;

Structs§

AllowAllAuth