Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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