Authentication backends for trojan.
This crate provides authentication backends for the Trojan protocol.
Example
use ;
# async
SQL Backend
Enable the sql-postgres, sql-mysql, or sql-sqlite feature to use
SQL database authentication:
[]
= { = "0.1", = ["sql-postgres"] }
See the [sql] module for more details.