Skip to main content

Crate yauth

Crate yauth 

Source

Re-exports§

pub use yauth_entity as entity;
pub use yauth_migration as migration;

Modules§

auth
config
error
middleware
plugin
plugins
prelude
routes_meta
Route metadata for TypeScript client generation.
state
stores

Structs§

AsyncDieselConnectionManager
An connection manager for use with diesel-async.
AsyncPgConnection
A connection to a PostgreSQL database.
YAuth
YAuthBuilder

Traits§

RunQueryDsl
Methods used to execute queries.

Type Aliases§

DieselPool
Type alias for using deadpool::managed::Pool with [diesel-async]